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

Fix aac mime-type

pull/4053/head
Bill Thornton 5 years ago
parent 376e4793e6
commit b065f5db1d

@ -125,7 +125,7 @@ namespace MediaBrowser.Model.Net
{ ".wmv", "video/x-ms-wmv" },
// Type audio
{ ".aac", "audio/mp4" },
{ ".aac", "audio/aac" },
{ ".ac3", "audio/ac3" },
{ ".ape", "audio/x-ape" },
{ ".dsf", "audio/dsf" },

Loading…
Cancel
Save