mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-29 12:32:40 +02:00
Document ItemDisplayPreferences.cs
This commit is contained in:
parent
0fc1810c41
commit
4a05943327
1 changed files with 4 additions and 3 deletions
|
|
@ -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…
Reference in a new issue