mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-19 08:36:37 +00:00
remove unused api properties
This commit is contained in:
@@ -217,13 +217,6 @@ namespace MediaBrowser.Model.Dto
|
||||
[ProtoMember(36)]
|
||||
public UserItemDataDto UserData { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets a value indicating whether this instance is new.
|
||||
/// </summary>
|
||||
/// <value><c>true</c> if this instance is new; otherwise, <c>false</c>.</value>
|
||||
[ProtoMember(37)]
|
||||
public bool IsNew { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the recently added item count.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user