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/1bd63682eab32b1d2d19b07d59b0ba8ff9990a25/MediaBrowser.Controller/Entities/IThemeMedia.cs
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
|
|
namespace MediaBrowser.Controller.Entities
|
|
{
|
|
public interface IThemeMedia
|
|
{
|
|
bool IsThemeMedia { get; }
|
|
}
|
|
}
|