Skip to content

Commit

Permalink
Merge pull request #28875 from Rello/patch-2
Browse files Browse the repository at this point in the history
Mapping of m3u, m3u8, pls to audio streams
  • Loading branch information
Vincent Petry authored Sep 1, 2017
2 parents 299905a + fb5b249 commit 0a08022
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion resources/config/mimetypemapping.dist.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@
"mobi": ["application/x-mobipocket-ebook"],
"mov": ["video/quicktime"],
"mp3": ["audio/mpeg"],
"m3u": ["audio/mpegurl"],
"m3u8": ["audio/mpegurl"],
"mp4": ["video/mp4"],
"mpeg": ["video/mpeg"],
"mpg": ["video/mpeg"],
Expand Down Expand Up @@ -112,6 +114,7 @@
"pef": ["image/x-dcraw"],
"php": ["application/x-php"],
"pl": ["application/x-perl"],
"pls": ["audio/x-scpls"],
"png": ["image/png"],
"pot": ["application/vnd.ms-powerpoint"],
"potm": ["application/vnd.ms-powerpoint.template.macroEnabled.12"],
Expand Down Expand Up @@ -174,4 +177,4 @@
"yaml": ["application/yaml", "text/plain"],
"yml": ["application/yaml", "text/plain"],
"zip": ["application/zip"]
}
}

0 comments on commit 0a08022

Please sign in to comment.