This commit is contained in:
Fredrik Burmester
2024-08-20 08:26:02 +02:00
parent 9bbab4f46f
commit 4873aaf3df
3 changed files with 8 additions and 18 deletions

View File

@@ -1,14 +1,14 @@
import { usePlayback } from "@/providers/PlaybackProvider";
import { runtimeTicksToMinutes } from "@/utils/time";
import { useActionSheet } from "@expo/react-native-action-sheet";
import { Feather, Ionicons } from "@expo/vector-icons";
import { BaseItemDto } from "@jellyfin/sdk/lib/generated-client/models";
import { View } from "react-native";
import { Button } from "./Button";
import CastContext, {
PlayServicesState,
useRemoteMediaClient,
} from "react-native-google-cast";
import { usePlayback } from "@/providers/PlaybackProvider";
import { Button } from "./Button";
interface Props extends React.ComponentProps<typeof Button> {
item?: BaseItemDto | null;