Skip to content

Commit

Permalink
Merge pull request #1196 from PartyDonut/master
Browse files Browse the repository at this point in the history
Add Fladder client
  • Loading branch information
nielsvanvelzen authored Jan 5, 2025
2 parents 792ade3 + 6f76cd8 commit b3bb622
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 @@ -931,6 +931,29 @@ export const Clients: Array<Client> = [
}
]
},
{
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.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",
},
],
},
{
id: 'symfonium',
name: 'Symfonium',
Expand Down

0 comments on commit b3bb622

Please sign in to comment.