From 060f5bb3b73af09e3c8a9d07e8541acfce83b4ad Mon Sep 17 00:00:00 2001 From: Bill Thornton Date: Thu, 14 Aug 2025 14:11:46 -0400 Subject: [PATCH] Update jellyfin ios github url --- src/data/clients.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/clients.ts b/src/data/clients.ts index 6747fe17..54bb3197 100644 --- a/src/data/clients.ts +++ b/src/data/clients.ts @@ -224,7 +224,7 @@ const officialClients: Array = [ { id: 'github', name: 'GitHub', - url: 'https://github.com/jellyfin/jellyfin-expo' + url: 'https://github.com/jellyfin/jellyfin-ios' } ], recommended: true