diff --git a/providers/JellyfinProvider.tsx b/providers/JellyfinProvider.tsx index 5145c4b2..57dd94c6 100644 --- a/providers/JellyfinProvider.tsx +++ b/providers/JellyfinProvider.tsx @@ -55,7 +55,7 @@ export const JellyfinProvider: React.FC<{ children: ReactNode }> = ({ setJellyfin( () => new Jellyfin({ - clientInfo: { name: "Streamyfin", version: "0.23.0" }, + clientInfo: { name: "Streamyfin", version: "0.24.0" }, deviceInfo: { name: deviceName, id, @@ -92,7 +92,7 @@ export const JellyfinProvider: React.FC<{ children: ReactNode }> = ({ return { authorization: `MediaBrowser Client="Streamyfin", Device=${ Platform.OS === "android" ? "Android" : "iOS" - }, DeviceId="${deviceId}", Version="0.23.0"`, + }, DeviceId="${deviceId}", Version="0.24.0"`, }; }, [deviceId]);