Remove streamyfin from clients

This commit is contained in:
Bill Thornton
2025-09-12 11:19:23 -04:00
parent 0e3a3ce243
commit 4e3a33d5f6
-33
View File
@@ -902,39 +902,6 @@ const thirdPartyClients: Array<Client> = [
}
]
},
{
id: 'streamyfin',
name: 'Streamyfin',
description: 'A third-party client for iOS, iPadOS and Android with download capability',
clientType: ClientType.ThirdParty,
deviceTypes: [DeviceType.Mobile],
licenseType: LicenseType.OpenSource,
platforms: [Platform.Android, Platform.IOS],
primaryLinks: [
{
id: 'app-store',
name: 'App Store',
url: 'https://apps.apple.com/app/streamyfin/id6593660679'
},
{
id: 'play-store',
name: 'Play Store',
url: 'https://play.google.com/store/apps/details?id=com.fredrikburmester.streamyfin'
}
],
secondaryLinks: [
{
id: 'github',
name: 'GitHub',
url: 'https://github.com/fredrikburmester/streamyfin'
},
{
id: 'website',
name: 'Website',
url: 'https://streamyfin.app'
}
]
},
{
id: 'manet',
name: 'Manet',