mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-06 07:48:50 +01:00
new Artist entity
This commit is contained in:
@@ -528,7 +528,7 @@ namespace MediaBrowser.Controller.Dto
|
||||
recursiveItemCount++;
|
||||
|
||||
// Check is recently added
|
||||
if (child.IsRecentlyAdded(user))
|
||||
if (child.IsRecentlyAdded())
|
||||
{
|
||||
rcentlyAddedItemCount++;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user