This commit is contained in:
Fredrik Burmester
2024-08-22 13:12:10 +02:00
parent 9b2a0487d2
commit 7bf5fb9a01
3 changed files with 5 additions and 5 deletions

View File

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