mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-11-10 02:08:21 +00:00
Fix for LBRY without hls.
This commit is contained in:
parent
4d32912ade
commit
4dda06402d
@ -281,8 +281,8 @@ export default {
|
||||
const contentType = await fetch(uri, {
|
||||
method: "HEAD",
|
||||
}).then(response => {
|
||||
response.headers.get("Content-Type");
|
||||
uri = response.url;
|
||||
return response.headers.get("Content-Type");
|
||||
});
|
||||
mime = contentType;
|
||||
} else if (this.video.hls) {
|
||||
|
Loading…
Reference in New Issue
Block a user