Got preselect subtitles working for Android

This commit is contained in:
Alex Kim
2024-11-23 22:37:16 +11:00
parent 0e720aa8cf
commit c5077953a8
15 changed files with 1195 additions and 863 deletions

View File

@@ -1,7 +1,7 @@
import { Text } from "@/components/common/Text";
import { Loader } from "@/components/Loader";
import AlbumCover from "@/components/posters/AlbumCover";
import { Controls } from "@/components/video-player/Controls";
import { Controls } from "@/components/video-player/controls/Controls";
import { useOrientation } from "@/hooks/useOrientation";
import { useOrientationSettings } from "@/hooks/useOrientationSettings";
import { useWebSocket } from "@/hooks/useWebsockets";