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/8530e698782d16517359f594575bf9bfbb5cd6bb/MediaBrowser.ApiInteraction/SerializationFormats.cs You should set ROOT_URL correctly, otherwise the web may not work correctly.
jellyfin/MediaBrowser.ApiInteraction/SerializationFormats.cs

11 lines
149 B

namespace MediaBrowser.ApiInteraction
{
public enum SerializationFormats
{
Json,
Jsv,
Protobuf
}
}