Merge pull request #1579 from BotBlake/client_removal_webscrobbler

remove web scrobbler
This commit is contained in:
Niels van Velzen
2025-10-01 13:27:39 +02:00
committed by GitHub
-28
View File
@@ -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',