feat: jump to last watched position

This commit is contained in:
Adrian Castro
2024-03-27 12:52:21 +01:00
parent c828fe3bf6
commit 72b2ffefc6
3 changed files with 31 additions and 10 deletions

View File

@@ -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";