Document ItemDisplayPreferences.cs

pull/4034/head
Patrick Barron 4 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;
using System.ComponentModel.DataAnnotations.Schema; using System.ComponentModel.DataAnnotations.Schema;
using Jellyfin.Data.Enums; using Jellyfin.Data.Enums;
namespace Jellyfin.Data.Entities namespace Jellyfin.Data.Entities
{ {
/// <summary>
/// An entity that represents a user's display preferences for a specific item.
/// </summary>
public class ItemDisplayPreferences public class ItemDisplayPreferences
{ {
/// <summary> /// <summary>

Loading…
Cancel
Save