Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/af5d3e8eaeea6cd1c2e9248352a2e728d27b3c22 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Merge pull request from Shawmon/wasm-mimetype

add wasm mimetype
pull/2639/head^2
dkanada 5 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