Merge pull request #6212 from komenski/add-mime-type-for-airplay-support
luci-lib-httpprotoutils: add airplay mime types
This commit is contained in:
commit
f6434180f4
1 changed files with 3 additions and 0 deletions
|
@ -45,10 +45,13 @@ MIME_TYPES = {
|
|||
["mp3"] = "audio/mpeg";
|
||||
["ogg"] = "audio/x-vorbis+ogg";
|
||||
["wav"] = "audio/x-wav";
|
||||
["aac"] = "audio/aac";
|
||||
|
||||
["mpg"] = "video/mpeg";
|
||||
["mpeg"] = "video/mpeg";
|
||||
["avi"] = "video/x-msvideo";
|
||||
["mov"] = "video/quicktime";
|
||||
["mp4"] = "video/mp4";
|
||||
}
|
||||
|
||||
-- "application/octet-stream" if the extension is unknown.
|
||||
|
|
Loading…
Reference in a new issue