Skip to content

Commit

Permalink
Merge pull request #1172 from bzf/add-manet-as-a-client
Browse files Browse the repository at this point in the history
Add Manet to the clients list
  • Loading branch information
nielsvanvelzen authored Oct 27, 2024
2 parents 7dbf00e + 2382bad commit 2c8a2bb
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions src/data/clients.ts
Original file line number Diff line number Diff line change
Expand Up @@ -907,5 +907,28 @@ export const Clients: Array<Client> = [
url: 'https://streamyfin.app'
}
]
},
{
id: 'manet',
name: 'Manet',
description: 'A third-party music client for iOS',
clientType: ClientType.ThirdParty,
deviceTypes: [DeviceType.Mobile],
licenseType: LicenseType.Proprietary,
platforms: [Platform.IOS],
primaryLinks: [
{
id: 'app-store',
name: 'App Store',
url: 'https://apps.apple.com/us/app/manet-music/id6470928235'
},
],
secondaryLinks: [
{
id: 'website',
name: 'Website',
url: 'https://tilo.dev/manet/'
}
]
}
];

0 comments on commit 2c8a2bb

Please sign in to comment.