Merge pull request #771 from dweymouth/patch-1

Add Supersonic to clients list
This commit is contained in:
Niels van Velzen 2023-12-12 15:14:38 +01:00 committed by GitHub
commit 4b98b27e67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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',