mirror of
https://github.com/jellyfin/jellyfin.org.git
synced 2024-12-02 19:06:49 +00:00
Merge pull request #771 from dweymouth/patch-1
Add Supersonic to clients list
This commit is contained in:
commit
4b98b27e67
@ -197,6 +197,29 @@ export const Clients: Array<Client> = [
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
id: 'supersonic',
|
||||
name: 'Supersonic',
|
||||
description: 'A lightweight and full-featured desktop music player for self-hosted servers.',
|
||||
clientType: ClientType.ThirdParty,
|
||||
deviceTypes: [DeviceType.Desktop],
|
||||
licenseType: LicenseType.OpenSource,
|
||||
platforms: [Platform.Desktop],
|
||||
primaryLinks: [
|
||||
{
|
||||
id: 'installation',
|
||||
name: 'Installation Guide',
|
||||
url: 'https://github.com/dweymouth/supersonic#installation'
|
||||
}
|
||||
],
|
||||
secondaryLinks: [
|
||||
{
|
||||
id: 'github',
|
||||
name: 'GitHub',
|
||||
url: 'https://github.com/dweymouth/supersonic'
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
id: 'feishin',
|
||||
name: 'Feishin',
|
||||
|
Loading…
Reference in New Issue
Block a user