From 4e3a33d5f6e2cbe015902b4ddf002a0edca3738f Mon Sep 17 00:00:00 2001 From: Bill Thornton Date: Fri, 12 Sep 2025 11:19:23 -0400 Subject: [PATCH] Remove streamyfin from clients --- src/data/clients.ts | 33 --------------------------------- 1 file changed, 33 deletions(-) diff --git a/src/data/clients.ts b/src/data/clients.ts index 2623f9b4..67e19f30 100644 --- a/src/data/clients.ts +++ b/src/data/clients.ts @@ -902,39 +902,6 @@ const thirdPartyClients: Array = [ } ] }, - { - 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',