diff --git a/bun.lockb b/bun.lockb index c656b351..7d03eb31 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/components/settings/Jellyseerr.tsx b/components/settings/Jellyseerr.tsx index 7dd41c73..148f1823 100644 --- a/components/settings/Jellyseerr.tsx +++ b/components/settings/Jellyseerr.tsx @@ -1,17 +1,16 @@ import { JellyseerrApi, useJellyseerr } from "@/hooks/useJellyseerr"; -import { View } from "react-native"; -import { Text } from "../common/Text"; -import { useCallback, useRef, useState } from "react"; -import { Input } from "../common/Input"; -import { ListItem } from "../list/ListItem"; -import { Loader } from "../Loader"; +import { userAtom } from "@/providers/JellyfinProvider"; import { useSettings } from "@/utils/atoms/settings"; -import { Button } from "../Button"; -import { apiAtom, userAtom } from "@/providers/JellyfinProvider"; -import { useAtom } from "jotai"; -import { toast } from "sonner-native"; import { useMutation } from "@tanstack/react-query"; +import { useAtom } from "jotai"; +import { useState } from "react"; +import { View } from "react-native"; +import { toast } from "sonner-native"; +import { Button } from "../Button"; +import { Input } from "../common/Input"; +import { Text } from "../common/Text"; import { ListGroup } from "../list/ListGroup"; +import { ListItem } from "../list/ListItem"; export const JellyseerrSettings = () => { const { diff --git a/package.json b/package.json index a37776fc..1d860988 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@futurejj/react-native-visibility-sensor": "^1.3.5", "@gorhom/bottom-sheet": "^4.6.4", "@jellyfin/sdk": "^0.11.0", - "@kesha-antonov/react-native-background-downloader": "^3.2.1", + "@kesha-antonov/react-native-background-downloader": "^3.2.3", "@react-native-async-storage/async-storage": "1.23.1", "@react-native-community/netinfo": "11.3.1", "@react-native-menu/menu": "^1.1.6",