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/19d77c99ae77339e919090bfea1244e1eba26b0c/MediaBrowser.Controller/Entities/Audio/IHasMusicGenres.cs
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
#pragma warning disable CS1591
|
|
|
|
namespace MediaBrowser.Controller.Entities.Audio
|
|
{
|
|
public interface IHasMusicGenres
|
|
{
|
|
string[] Genres { get; }
|
|
}
|
|
}
|