mirror of
https://github.com/anultravioletaurora/Jellify.git
synced 2025-12-21 13:30:11 -06:00
fix jellyfin sdk import
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user