mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 18:13:25 +00:00
feat: jump to last watched position
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
import type { ScrapeMedia } from "@movie-web/provider-utils";
|
||||
import { fetchMediaDetails, fetchSeasonDetails, getMediaPoster } from "@movie-web/tmdb";
|
||||
import {
|
||||
fetchMediaDetails,
|
||||
fetchSeasonDetails,
|
||||
getMediaPoster,
|
||||
} from "@movie-web/tmdb";
|
||||
|
||||
import type { ItemData } from "~/components/item/item";
|
||||
import type { PlayerMeta } from "~/stores/player/slices/video";
|
||||
|
Reference in New Issue
Block a user