Merge pull request #2617 from Shawmon/wasm-mimetype

add wasm mimetype
pull/2639/head^2
dkanada 4 years ago committed by GitHub
commit af5d3e8eae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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" },

Loading…
Cancel
Save