mirror of
https://github.com/jellyfin/jellyfin.org.git
synced 2026-09-03 04:10:04 +03:00
Remove streamyfin from clients
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user