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/d53120602cadb57431bed8f7e74c1874179ac1f1/MediaBrowser.Controller/Providers/MusicVideoInfo.cs
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
#pragma warning disable CS1591
|
|
|
|
using System.Collections.Generic;
|
|
|
|
namespace MediaBrowser.Controller.Providers
|
|
{
|
|
public class MusicVideoInfo : ItemLookupInfo
|
|
{
|
|
public IReadOnlyList<string> Artists { get; set; }
|
|
}
|
|
}
|