This commit is contained in:
Fredrik Burmester
2024-11-28 14:55:29 +01:00
parent acd14279f4
commit 5292d89303
5 changed files with 8 additions and 10283 deletions

View File

@@ -1,4 +1,5 @@
import { useInterval } from "@/hooks/useInterval";
import { storage } from "@/utils/mmkv";
import { Api, Jellyfin } from "@jellyfin/sdk";
import { UserDto } from "@jellyfin/sdk/lib/generated-client/models";
import { getUserApi } from "@jellyfin/sdk/lib/utils/api";
@@ -17,8 +18,6 @@ import React, {
} from "react";
import { Platform } from "react-native";
import uuid from "react-native-uuid";
import MMKV from "react-native-mmkv";
import { storage } from "@/utils/mmkv";
interface Server {
address: string;