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/94f30720ca6e12c8d40f06599689efd17c0d2c0e/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; }
|
|
}
|
|
} |