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

Update MimeTypes.cs

pull/3050/head
artiume 5 years ago committed by GitHub
parent 675cbd8a16
commit 25651362bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -176,7 +176,6 @@ namespace MediaBrowser.Model.Net
}
var ext = Path.GetExtension(path);
var beg = Path.GetFullPath(path);
if (_mimeTypeLookup.TryGetValue(ext, out string result))
{
@ -204,7 +203,6 @@ namespace MediaBrowser.Model.Net
// Misc
if (string.Equals(ext, ".dll", StringComparison.OrdinalIgnoreCase))
|| string.Equals(beg, "._*", StringComparison.OrdinalIgnoreCase))
{
return "application/octet-stream";
}

Loading…
Cancel
Save