add wasm mimetype

This commit is contained in:
Shawmon 2020-03-17 11:49:32 +08:00
parent ef4dfd4461
commit 8630d18372
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" },