Browse Source

resolve build issue

pull/419/head
Felix Boehme 2 years ago
parent
commit
f05e2d6dc0
No known key found for this signature in database
GPG Key ID: 7EB0603E4E9642EA
  1. 2
      src/_oldvideo/components/actions/CaptionRendererAction.tsx

2
src/_oldvideo/components/actions/CaptionRendererAction.tsx

@ -2,10 +2,10 @@ import { useCallback, useEffect, useRef } from "react"; @@ -2,10 +2,10 @@ import { useCallback, useEffect, useRef } from "react";
import { useAsync } from "react-use";
import { ContentCaption } from "subsrt-ts/dist/types/handler";
import { getPlayerState } from "@/_oldvideo/state/cache";
import { parseSubtitles, sanitize } from "@/backend/helpers/captions";
import { Transition } from "@/components/Transition";
import { useSettings } from "@/state/settings";
import { getPlayerState } from "@/_oldvideo/state/cache";
import { useVideoPlayerDescriptor } from "../../state/hooks";
import { useProgress } from "../../state/logic/progress";

Loading…
Cancel
Save