test2
This commit is contained in:
parent
ca9eaa054d
commit
eb498bdceb
1 changed files with 1 additions and 1 deletions
|
@ -510,7 +510,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…
Reference in a new issue