From ec1d5a4b2393700daa68b50f7dc2d8a5b3a59482 Mon Sep 17 00:00:00 2001 From: Fredrik Burmester Date: Tue, 15 Jul 2025 08:36:53 +0200 Subject: [PATCH] chore --- providers/JellyfinProvider.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/providers/JellyfinProvider.tsx b/providers/JellyfinProvider.tsx index 52ed9db8..738ffbe8 100644 --- a/providers/JellyfinProvider.tsx +++ b/providers/JellyfinProvider.tsx @@ -64,7 +64,7 @@ export const JellyfinProvider: React.FC<{ children: ReactNode }> = ({ setJellyfin( () => new Jellyfin({ - clientInfo: { name: "Streamyfin", version: "0.28.1" }, + clientInfo: { name: "Streamyfin", version: "0.29.2" }, deviceInfo: { name: deviceName, id, @@ -93,7 +93,7 @@ export const JellyfinProvider: React.FC<{ children: ReactNode }> = ({ return { authorization: `MediaBrowser Client="Streamyfin", Device=${ Platform.OS === "android" ? "Android" : "iOS" - }, DeviceId="${deviceId}", Version="0.28.1"`, + }, DeviceId="${deviceId}", Version="0.29.2"`, }; }, [deviceId]);