mirror of
https://github.com/jellyfin/jellyfin.org.git
synced 2026-09-03 05:10:34 +03:00
Merge pull request #1579 from BotBlake/client_removal_webscrobbler
remove web scrobbler
This commit is contained in:
@@ -808,34 +808,6 @@ const thirdPartyClients: Array<Client> = [
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
id: 'web-scrobbler',
|
||||
name: 'Web Scrobbler',
|
||||
description: 'Web Scrobbler helps online music listeners to scrobble their playback history.',
|
||||
clientType: ClientType.ThirdParty,
|
||||
deviceTypes: [],
|
||||
licenseType: LicenseType.OpenSource,
|
||||
platforms: [Platform.Browser],
|
||||
primaryLinks: [
|
||||
{
|
||||
id: 'install',
|
||||
name: 'Installation Guide',
|
||||
url: 'https://github.com/web-scrobbler/web-scrobbler#installation'
|
||||
}
|
||||
],
|
||||
secondaryLinks: [
|
||||
{
|
||||
id: 'github',
|
||||
name: 'GitHub',
|
||||
url: 'https://github.com/web-scrobbler/web-scrobbler'
|
||||
},
|
||||
{
|
||||
id: 'website',
|
||||
name: 'Website',
|
||||
url: 'https://webscrobbler.com'
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
id: 'jellybook',
|
||||
name: 'JellyBook',
|
||||
|
||||
Reference in New Issue
Block a user