diff --git a/materialious/src/lib/components/player/Player.svelte b/materialious/src/lib/components/player/Player.svelte index 20579e15..a97225c0 100644 --- a/materialious/src/lib/components/player/Player.svelte +++ b/materialious/src/lib/components/player/Player.svelte @@ -61,7 +61,6 @@ import { ScreenOrientation, type ScreenOrientationResult } from '@capacitor/screen-orientation'; import ClosedCaptions from './ClosedCaptions.svelte'; import { getVideoWatchHistory, updateWatchHistory } from '$lib/api'; - import { resolve } from '$app/paths'; interface Props { data: { video: VideoPlay; content: ParsedDescription; playlistId: string | null };