Merge branch 'pr/226' into feat/downloads-with-vlc

This commit is contained in:
Fredrik Burmester
2024-11-24 10:38:10 +01:00
19 changed files with 1403 additions and 781 deletions

View File

@@ -52,7 +52,7 @@ export const JellyfinProvider: React.FC<{ children: ReactNode }> = ({
setJellyfin(
() =>
new Jellyfin({
clientInfo: { name: "Streamyfin", version: "0.20.1" },
clientInfo: { name: "Streamyfin", version: "0.21.0" },
deviceInfo: { name: Platform.OS === "ios" ? "iOS" : "Android", id },
})
);
@@ -86,7 +86,7 @@ export const JellyfinProvider: React.FC<{ children: ReactNode }> = ({
return {
authorization: `MediaBrowser Client="Streamyfin", Device=${
Platform.OS === "android" ? "Android" : "iOS"
}, DeviceId="${deviceId}", Version="0.20.1"`,
}, DeviceId="${deviceId}", Version="0.21.0"`,
};
}, [deviceId]);