This commit is contained in:
Fredrik Burmester
2024-08-04 22:25:12 +02:00
parent 25a7edd86b
commit b3a74892c4
48 changed files with 546 additions and 449 deletions

View File

@@ -118,6 +118,7 @@ export const JellyfinProvider: React.FC<{ children: ReactNode }> = ({
queryFn: async () => {
try {
const token = await AsyncStorage.getItem("token");
console.log({ token });
const serverUrl = await AsyncStorage.getItem("serverUrl");
const user = JSON.parse(
(await AsyncStorage.getItem("user")) as string