mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 18:13:25 +00:00
chore: more cleanup
This commit is contained in:
@@ -14,7 +14,7 @@ import * as NavigationBar from "expo-navigation-bar";
|
||||
import { useLocalSearchParams, useRouter } from "expo-router";
|
||||
import * as StatusBar from "expo-status-bar";
|
||||
|
||||
import type { ScrapeMedia, Stream } from "@movie-web/provider-utils";
|
||||
import type { HLSTracks, ScrapeMedia, Stream } from "@movie-web/provider-utils";
|
||||
import {
|
||||
extractTracksFromHLS,
|
||||
findHighestQuality,
|
||||
@@ -169,7 +169,7 @@ const VideoPlayer: React.FC<VideoPlayerProps> = ({ data }) => {
|
||||
|
||||
let highestQuality;
|
||||
let url;
|
||||
let _tracks;
|
||||
let _tracks: HLSTracks | null;
|
||||
|
||||
switch (stream.type) {
|
||||
case "file":
|
||||
|
Reference in New Issue
Block a user