test
This commit is contained in:
parent
8fef6c6160
commit
63f90c2cd0
1 changed files with 1 additions and 1 deletions
|
@ -635,7 +635,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