Skip to content

Commit

Permalink
Add Supersonic to clients list
Browse files Browse the repository at this point in the history
  • Loading branch information
dweymouth authored Dec 8, 2023
1 parent 5927b3a commit 0c5eeb0
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 @@ -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',
Expand Down

0 comments on commit 0c5eeb0

Please sign in to comment.