mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-25 11:36:35 +00:00
remove unused api properties
This commit is contained in:
@@ -161,8 +161,6 @@ namespace MediaBrowser.Controller.Library
|
||||
/// <param name="fields">The fields.</param>
|
||||
private void AttachUserSpecificInfo(BaseItemDto dto, BaseItem item, User user, List<ItemFields> fields)
|
||||
{
|
||||
dto.IsNew = item.IsRecentlyAdded(user);
|
||||
|
||||
if (fields.Contains(ItemFields.UserData))
|
||||
{
|
||||
var userData = item.GetUserData(user, false);
|
||||
|
||||
Reference in New Issue
Block a user