mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-25 11:34:43 +01:00
Renamed DTOBaseITem.IsRecentlyAdded to IsNew
This commit is contained in:
parent
f392de9b69
commit
64887fa743
@@ -97,6 +97,6 @@ namespace MediaBrowser.Model.DTO
|
||||
return Type.Equals(type, StringComparison.OrdinalIgnoreCase);
|
||||
}
|
||||
|
||||
public bool IsRecentlyAdded { get; set; }
|
||||
public bool IsNew { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user