Skip to content

Commit

Permalink
fix: Detect mov extension as video/quicktime (#7884)
Browse files Browse the repository at this point in the history
  • Loading branch information
avelad authored Jan 13, 2025
1 parent 7e6116f commit b0be779
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/net/networking_utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ shaka.net.NetworkingUtils.EXTENSIONS_TO_MIME_TYPES_ = {
'ogg': 'audio/ogg',
'mpg': 'video/mpeg',
'mpeg': 'video/mpeg',
'mov': 'video/quicktime',
'm3u8': 'application/x-mpegurl',
'mpd': 'application/dash+xml',
'ism': 'application/vnd.ms-sstr+xml',
Expand Down

0 comments on commit b0be779

Please sign in to comment.