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/1aaf09112bc81c4fdc1eb90741eb2b7c33b0a85d/MediaBrowser.Model/Collections/CollectionCreationResult.cs You should set ROOT_URL correctly, otherwise the web may not work correctly.
jellyfin/MediaBrowser.Model/Collections/CollectionCreationResult.cs

9 lines
142 B

namespace MediaBrowser.Model.Collections
{
public class CollectionCreationResult
{
public string Id { get; set; }
}
}