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/19dc0872a9f468c8814d51fd5568d7d740c36fff/MediaBrowser.Model/Playlists/PlaylistCreationResult.cs
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
#pragma warning disable CS1591
|
|
|
|
namespace MediaBrowser.Model.Playlists
|
|
{
|
|
public class PlaylistCreationResult
|
|
{
|
|
public PlaylistCreationResult(string id)
|
|
{
|
|
Id = id;
|
|
}
|
|
|
|
public string Id { get; }
|
|
}
|
|
}
|