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
|
// do we need to check if explicitly redirected
|
||||||
// or is checking extension only a safer method
|
// or is checking extension only a safer method
|
||||||
if (response && response.redirected && response.url && response.url.endsWith('m3u8')) {
|
if (response && response.redirected && response.url && response.url.endsWith('m3u8')) {
|
||||||
finalType = 'application/x-mpegURL';
|
finalType = 'application/vnd.apple.mpegurl';
|
||||||
finalSource = response.url;
|
finalSource = response.url;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue