fixed user image scaling

This commit is contained in:
Luke Pulverenti
2014-05-02 10:49:28 -04:00
parent c7c72dd1a8
commit 3228f50895
9 changed files with 74 additions and 43 deletions

View File

@@ -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;