This commit is contained in:
Fredrik Burmester
2024-08-25 17:58:57 +02:00
parent 57cac96df5
commit 75f3f483eb
4 changed files with 12 additions and 9 deletions

View File

@@ -59,7 +59,7 @@ export const JellyfinProvider: React.FC<{ children: ReactNode }> = ({
setJellyfin(
() =>
new Jellyfin({
clientInfo: { name: "Streamyfin", version: "0.8.2" },
clientInfo: { name: "Streamyfin", version: "0.8.3" },
deviceInfo: { name: Platform.OS === "ios" ? "iOS" : "Android", id },
})
);