This commit is contained in:
Thomas Zarebczan 2021-07-20 13:17:45 -04:00
parent d0dd1767f1
commit ca9eaa054d
No known key found for this signature in database
GPG key ID: D505010BDB4364BC

View file

@ -639,7 +639,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;
}