Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/blame/commit/b25c6acb6b31b95f5768b0976de799092a69c84f/MediaBrowser.Model/Configuration/ImageSavingConvention.cs You should set ROOT_URL correctly, otherwise the web may not work correctly.
jellyfin/MediaBrowser.Model/Configuration/ImageSavingConvention.cs

11 lines
164 B

#pragma warning disable CS1591
namespace MediaBrowser.Model.Configuration
6 years ago
{
public enum ImageSavingConvention
{
Legacy,
Compatible
}
}