remove jmp flatpak

This commit is contained in:
BotBlake
2026-08-03 20:59:52 +02:00
parent afb0fbc466
commit 8129d223f2
+2 -6
View File
@@ -47,11 +47,6 @@ const officialClients: Array<Client> = [
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<Client> = [
{
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,