mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 12:33:26 +00:00
fix: a bunch of idiotism
This commit is contained in:
@@ -228,7 +228,7 @@ export async function findHLSQuality(
|
||||
const chosenQuality = sortedStreams[highest ? 0 : sortedStreams.length - 1];
|
||||
if (!chosenQuality) return null;
|
||||
|
||||
return chosenQuality.uri;
|
||||
return constructFullUrl(playlistUrl, chosenQuality.uri);
|
||||
} catch (e) {
|
||||
return null;
|
||||
}
|
||||
|
Reference in New Issue
Block a user