Skip to content

Commit b3df5ad

Browse files
committed
fix: Detect mov extension as video/quicktime (#7884)
1 parent afe544a commit b3df5ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/net/networking_utils.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ shaka.net.NetworkingUtils.EXTENSIONS_TO_MIME_TYPES_ = {
8888
'ogg': 'audio/ogg',
8989
'mpg': 'video/mpeg',
9090
'mpeg': 'video/mpeg',
91+
'mov': 'video/quicktime',
9192
'm3u8': 'application/x-mpegurl',
9293
'mpd': 'application/dash+xml',
9394
'ism': 'application/vnd.ms-sstr+xml',

0 commit comments

Comments
 (0)