Skip to content

Commit b0be779

Browse files
authored
fix: Detect mov extension as video/quicktime (#7884)
1 parent 7e6116f commit b0be779

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/net/networking_utils.js

+1
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)