Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/aaa9345a533d6e8c3fa10b12672de4766ef12070?style=split&whitespace=ignore-change
You should set ROOT_URL correctly, otherwise the web may not work correctly.
3 changed files with
3 additions and
2 deletions
@ -179,6 +179,7 @@
- [Çağrı Sakaoğlu ](https://github.com/ilovepilav )
- [Çağrı Sakaoğlu ](https://github.com/ilovepilav )
_ [Barasingha ](https://github.com/MaVdbussche )
_ [Barasingha ](https://github.com/MaVdbussche )
- [Gauvino ](https://github.com/Gauvino )
- [Gauvino ](https://github.com/Gauvino )
- [felix920506 ](https://github.com/felix920506 )
# Emby Contributors
# Emby Contributors
@ -87,7 +87,7 @@ namespace MediaBrowser.Model.Net
{ ".dsf" , "audio/dsf" } ,
{ ".dsf" , "audio/dsf" } ,
{ ".dsp" , "audio/dsp" } ,
{ ".dsp" , "audio/dsp" } ,
{ ".flac" , "audio/flac" } ,
{ ".flac" , "audio/flac" } ,
{ ".m4b" , "audio/m 4b " } ,
{ ".m4b" , "audio/m p 4" } ,
{ ".mp3" , "audio/mpeg" } ,
{ ".mp3" , "audio/mpeg" } ,
{ ".vorbis" , "audio/vorbis" } ,
{ ".vorbis" , "audio/vorbis" } ,
{ ".webma" , "audio/webm" } ,
{ ".webma" , "audio/webm" } ,
@ -69,7 +69,7 @@ namespace Jellyfin.Model.Tests.Net
[InlineData(".dsp", "audio/dsp")]
[InlineData(".dsp", "audio/dsp")]
[InlineData(".flac", "audio/flac")]
[InlineData(".flac", "audio/flac")]
[InlineData(".m4a", "audio/mp4")]
[InlineData(".m4a", "audio/mp4")]
[InlineData(".m4b", "audio/m 4b ")]
[InlineData(".m4b", "audio/m p 4")]
[InlineData(".mid", "audio/midi")]
[InlineData(".mid", "audio/midi")]
[InlineData(".midi", "audio/midi")]
[InlineData(".midi", "audio/midi")]
[InlineData(".mp3", "audio/mpeg")]
[InlineData(".mp3", "audio/mpeg")]