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