From 8129d223f2fefd19359215a00f062767c52d95c7 Mon Sep 17 00:00:00 2001 From: BotBlake Date: Mon, 3 Aug 2026 20:59:52 +0200 Subject: [PATCH] remove jmp flatpak --- src/data/clients.ts | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/data/clients.ts b/src/data/clients.ts index 89eab9c0..6f7fdf01 100644 --- a/src/data/clients.ts +++ b/src/data/clients.ts @@ -47,11 +47,6 @@ const officialClients: Array = [ licenseType: LicenseType.OpenSource, platforms: [Platform.Desktop], primaryLinks: [ - { - id: 'flathub', - name: 'Flathub (Linux)', - url: 'https://flathub.org/apps/details/com.github.iwalton3.jellyfin-media-player' - }, { id: 'gh-downloads', name: 'GitHub Downloads', @@ -943,7 +938,8 @@ const thirdPartyClients: Array = [ { id: 'streamyfin', name: 'Streamyfin', - description: 'A modern Jellyfin client with support for downloads, Live TV, skip intro & credits, trickplay image and more!', + description: + 'A modern Jellyfin client with support for downloads, Live TV, skip intro & credits, trickplay image and more!', clientType: ClientType.ThirdParty, deviceTypes: [DeviceType.Mobile], licenseType: LicenseType.OpenSource,