This commit is contained in:
Fredrik Burmester
2024-08-25 20:47:54 +02:00
parent 7324fe826e
commit 67af14dced
3 changed files with 5 additions and 5 deletions

View File

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