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/a3b9d33248c94f04f630b73cba0cf5a886ab69a8/MediaBrowser.Model/Configuration/UnratedItem.cs
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
namespace MediaBrowser.Model.Configuration
|
|
{
|
|
public enum UnratedItem
|
|
{
|
|
Movie,
|
|
Trailer,
|
|
Series,
|
|
Music,
|
|
Game,
|
|
Book,
|
|
LiveTvChannel,
|
|
LiveTvProgram,
|
|
ChannelContent,
|
|
Other
|
|
}
|
|
} |