Merge pull request #2617 from Shawmon/wasm-mimetype

add wasm mimetype
This commit is contained in:
dkanada 2020-03-18 23:52:57 +09:00 committed by GitHub
commit af5d3e8eae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -64,6 +64,7 @@ namespace MediaBrowser.Model.Net
{ ".m3u8", "application/x-mpegURL" },
{ ".mobi", "application/x-mobipocket-ebook" },
{ ".xml", "application/xml" },
{ ".wasm", "application/wasm" },
// Type image
{ ".jpg", "image/jpeg" },