diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-08-21 22:24:38 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-08-21 22:24:38 -0400 |
| commit | ca66390e2445c94c769d19d601c88fe2f79f901a (patch) | |
| tree | 8554f0d47e38699b43ee22d0d39421e03a22581a /MediaBrowser.Server.Implementations/Dto/DtoService.cs | |
| parent | 88fce3670aa6c1015a1a9909c311b0400fb63471 (diff) | |
3.0.5346.38509
Diffstat (limited to 'MediaBrowser.Server.Implementations/Dto/DtoService.cs')
| -rw-r--r-- | MediaBrowser.Server.Implementations/Dto/DtoService.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Server.Implementations/Dto/DtoService.cs b/MediaBrowser.Server.Implementations/Dto/DtoService.cs index 2010b495c..2c683991c 100644 --- a/MediaBrowser.Server.Implementations/Dto/DtoService.cs +++ b/MediaBrowser.Server.Implementations/Dto/DtoService.cs @@ -1366,6 +1366,7 @@ namespace MediaBrowser.Server.Implementations.Dto dto.RecursiveItemCount = recursiveItemCount; dto.UserData.UnplayedItemCount = unplayed; + dto.RecursiveUnplayedItemCount = unplayed; if (recursiveItemCount > 0) { |
