mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
Fix for LBRY without hls.
This commit is contained in:
parent
4d32912ade
commit
4dda06402d
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue