Update Player.svelte

This commit is contained in:
WardPearce
2026-03-09 00:02:51 +13:00
parent 53aa7510f2
commit 941ccf8c2c
@@ -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 };