fix jellyfin sdk import

This commit is contained in:
Violet Caulfield
2025-04-03 09:38:28 -07:00
parent ee604bcc32
commit 1245663e8c

View File

@@ -5,7 +5,7 @@ import { MMKVStorageKeys } from "../enums/mmkv-storage-keys";
import { findPlayNextIndexStart, findPlayQueueIndexStart } from "./helpers/index";
import TrackPlayer, { Event, State, usePlaybackState, useTrackPlayerEvents } from "react-native-track-player";
import { isEqual, isUndefined } from "lodash";
import { getPlaystateApi } from "@jellyfin/sdk/lib/utils/api";
import { getPlaystateApi } from "@jellyfin/sdk";
import { handlePlaybackProgressUpdated, handlePlaybackState } from "./handlers";
import { useUpdateOptions } from "../player/hooks";
import { useMutation, UseMutationResult } from "@tanstack/react-query";