Skip to content

Commit

Permalink
Merge pull request #724 from qweri0p/master
Browse files Browse the repository at this point in the history
Add Feishin to the list of client applications
  • Loading branch information
Shadowghost authored Oct 29, 2023
2 parents 2b67afd + 15c7e24 commit 6fa6a81
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions src/data/clients.ts
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,34 @@ export const Clients: Array<Client> = [
}
]
},
{
id: 'feishin',
name: 'Feishin',
description: 'A full-featured Navidrome/Jellyfin compatible desktop music player.',
clientType: ClientType.ThirdParty,
deviceTypes: [DeviceType.Desktop],
licenseType: LicenseType.OpenSource,
platforms: [Platform.Desktop],
primaryLinks: [
{
id: 'browser',
name: 'Open in Browser',
url: 'https://feishin.vercel.app/'
},
{
id: 'gh-downloads',
name: 'GitHub Downloads',
url: 'https://github.com/jeffvli/feishin/releases'
}
],
secondaryLinks: [
{
id: 'github',
name: 'GitHub',
url: 'https://github.com/jeffvli/feishin'
}
]
},
{
id: 'tauon-music-box',
name: 'Tauon Music Box',
Expand Down

0 comments on commit 6fa6a81

Please sign in to comment.