resolve merge issue

This commit is contained in:
Felix Boehme 2023-09-02 16:30:37 +02:00
parent fcebbf404d
commit 5e4e2abe7e
No known key found for this signature in database
GPG Key ID: 7EB0603E4E9642EA

View File

@ -5,7 +5,7 @@ import { ContentCaption } from "subsrt-ts/dist/types/handler";
import { parseSubtitles, sanitize } from "@/backend/helpers/captions";
import { Transition } from "@/components/Transition";
import { useSettings } from "@/state/settings";
import { getPlayerState } from "@/video/state/cache";
import { getPlayerState } from "@/_oldvideo/state/cache";
import { useVideoPlayerDescriptor } from "../../state/hooks";
import { useProgress } from "../../state/logic/progress";