mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-23 17:47:24 +00:00
test2
This commit is contained in:
parent
63f90c2cd0
commit
abb7ae54e3
1 changed files with 1 additions and 1 deletions
|
@ -509,7 +509,7 @@ export default React.memo<Props>(function VideoJs(props: Props) {
|
|||
// do we need to check if explicitly redirected
|
||||
// or is checking extension only a safer method
|
||||
if (response && response.redirected && response.url && response.url.endsWith('m3u8')) {
|
||||
finalType = 'application/x-mpegURL';
|
||||
finalType = 'application/vnd.apple.mpegurl';
|
||||
finalSource = response.url;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue