mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 05:53:03 +03:00
fixed user image scaling
This commit is contained in:
@@ -1458,10 +1458,10 @@ namespace MediaBrowser.Server.Implementations.Dto
|
||||
recursiveItemCount++;
|
||||
|
||||
// Check is recently added
|
||||
if (child.IsRecentlyAdded())
|
||||
{
|
||||
rcentlyAddedItemCount++;
|
||||
}
|
||||
//if (child.IsRecentlyAdded())
|
||||
//{
|
||||
// rcentlyAddedItemCount++;
|
||||
//}
|
||||
|
||||
var isUnplayed = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user