Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/src/commit/369df3ffdaa8da2f687ad6c1028aa955d219f34e/MediaBrowser.Model/Globalization/LocalizatonOption.cs
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
namespace MediaBrowser.Model.Globalization
|
|
{
|
|
public class LocalizatonOption
|
|
{
|
|
public string Name { get; set; }
|
|
public string Value { get; set; }
|
|
}
|
|
} |