fix: correct sf collection use

This commit is contained in:
Fredrik Burmester
2024-08-20 22:39:36 +02:00
parent cbe01a0012
commit 8d2a0378ca
6 changed files with 38 additions and 50 deletions

View File

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