Skip to content

Commit

Permalink
Merge pull request #1201 from gamebeaker/Add-symfonium-music-client
Browse files Browse the repository at this point in the history
Add symfonium music client
  • Loading branch information
nielsvanvelzen authored Jan 4, 2025
2 parents edd9e36 + f82d6e1 commit e13db97
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion src/data/clients.ts
Original file line number Diff line number Diff line change
Expand Up @@ -921,7 +921,7 @@ export const Clients: Array<Client> = [
id: 'app-store',
name: 'App Store',
url: 'https://apps.apple.com/us/app/manet-music/id6470928235'
},
}
],
secondaryLinks: [
{
Expand All @@ -930,5 +930,29 @@ export const Clients: Array<Client> = [
url: 'https://tilo.dev/manet/'
}
]
},
{
id: 'symfonium',
name: 'Symfonium',
description:
'An offline-first third-party music player that enhances your Jellyfin experience with streaming, syncing and full personalization',
clientType: ClientType.ThirdParty,
deviceTypes: [DeviceType.Mobile],
licenseType: LicenseType.Proprietary,
platforms: [Platform.Android],
primaryLinks: [
{
id: 'play-store',
name: 'Play Store',
url: 'https://play.google.com/store/apps/details?id=app.symfonik.music.player'
}
],
secondaryLinks: [
{
id: 'website',
name: 'Website',
url: 'https://symfonium.app/'
}
]
}
];

0 comments on commit e13db97

Please sign in to comment.