diff --git a/src/_oldvideo/components/actions/CaptionRendererAction.tsx b/src/_oldvideo/components/actions/CaptionRendererAction.tsx index a5a77a02..7a631a8f 100644 --- a/src/_oldvideo/components/actions/CaptionRendererAction.tsx +++ b/src/_oldvideo/components/actions/CaptionRendererAction.tsx @@ -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";