chore: version bump

This commit is contained in:
herrrta
2025-03-21 20:22:31 -04:00
parent 62d2d1f7ca
commit bc081b535e
4 changed files with 7 additions and 6 deletions

View File

@@ -64,7 +64,7 @@ export const JellyfinProvider: React.FC<{ children: ReactNode }> = ({
setJellyfin(
() =>
new Jellyfin({
clientInfo: { name: "Streamyfin", version: "0.27.0" },
clientInfo: { name: "Streamyfin", version: "0.28.0" },
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.27.0"`,
}, DeviceId="${deviceId}", Version="0.28.0"`,
};
}, [deviceId]);