aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/Dto/DtoService.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-05-02 10:49:28 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-05-02 10:49:28 -0400
commit3228f50895d52afb97e985d8223ffc062a75c69a (patch)
tree9291df7455aaf0edaba019366c164004f7c8a66e /MediaBrowser.Server.Implementations/Dto/DtoService.cs
parentc7c72dd1a89217f48cb48db93d9ee1fa5ee6171d (diff)
fixed user image scaling
Diffstat (limited to 'MediaBrowser.Server.Implementations/Dto/DtoService.cs')
-rw-r--r--MediaBrowser.Server.Implementations/Dto/DtoService.cs8
1 files changed, 4 insertions, 4 deletions
diff --git a/MediaBrowser.Server.Implementations/Dto/DtoService.cs b/MediaBrowser.Server.Implementations/Dto/DtoService.cs
index 5854cf28a..c88cefdb3 100644
--- a/MediaBrowser.Server.Implementations/Dto/DtoService.cs
+++ b/MediaBrowser.Server.Implementations/Dto/DtoService.cs
@@ -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;