Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/4a05943327bd762f2dd3fd07a726891285ef6d9a You should set ROOT_URL correctly, otherwise the web may not work correctly.

Document ItemDisplayPreferences.cs

pull/4034/head
Patrick Barron 5 years ago
parent 0fc1810c41
commit 4a05943327

@ -1,12 +1,13 @@
#pragma warning disable CS1591
using System;
using System;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using Jellyfin.Data.Enums;
namespace Jellyfin.Data.Entities
{
/// <summary>
/// An entity that represents a user's display preferences for a specific item.
/// </summary>
public class ItemDisplayPreferences
{
/// <summary>

Loading…
Cancel
Save