mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-20 14:37:43 +01:00
resolve build issue
This commit is contained in:
parent
5e4e2abe7e
commit
f05e2d6dc0
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue