Skip to content

Commit

Permalink
Add Fladder client
Browse files Browse the repository at this point in the history
  • Loading branch information
PartyDonut committed Nov 9, 2024
1 parent 952c118 commit 105744f
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions src/data/clients.ts
Original file line number Diff line number Diff line change
Expand Up @@ -930,5 +930,28 @@ export const Clients: Array<Client> = [
url: 'https://tilo.dev/manet/'
}
]
},
{
id: "fladder",
name: "Fladder",
description: "A simple, cross-platform Jellyfin frontend built on top of Flutter.",
clientType: ClientType.ThirdParty,
deviceTypes: [DeviceType.Mobile, DeviceType.Desktop],
licenseType: LicenseType.OpenSource,
platforms: [Platform.Linux, Platform.Windows, Platform.MacOS, Platform.Android, Platform.IOS, Platform.Docker, Platform.Browser],
primaryLinks: [
{
id: "play-store",
name: "Play Store",
url: "https://play.google.com/store/apps/details?id=nl.jknaapen.fladder",
},
],
secondaryLinks: [
{
id: "github",
name: "GitHub",
url: "https://github.com/DonutWare/Fladder",
},
]
}
];

0 comments on commit 105744f

Please sign in to comment.