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/d3acd04e66e6f45084f7d6f6a3fb6e26688e5b5b/MediaBrowser.Controller/Entities/GameGenre.cs
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
|
|
namespace MediaBrowser.Controller.Entities
|
|
{
|
|
public class GameGenre : BaseItem, IItemByName
|
|
{
|
|
/// <summary>
|
|
/// Gets the user data key.
|
|
/// </summary>
|
|
/// <returns>System.String.</returns>
|
|
public override string GetUserDataKey()
|
|
{
|
|
return "GameGenre-" + Name;
|
|
}
|
|
}
|
|
}
|