aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/Dto
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2016-05-10 14:13:26 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2016-05-10 14:13:26 -0400
commit5dbf0ddb9320446a42470e04c849c6db479a3bb8 (patch)
tree4c36f5a4bd60db93e55138ac7add809996d6d183 /MediaBrowser.Server.Implementations/Dto
parent673746621f7ed792c41dcd888a5b6e47b17ca2cb (diff)
update components
Diffstat (limited to 'MediaBrowser.Server.Implementations/Dto')
-rw-r--r--MediaBrowser.Server.Implementations/Dto/DtoService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/Dto/DtoService.cs b/MediaBrowser.Server.Implementations/Dto/DtoService.cs
index 32610a6ad9..98154c3b77 100644
--- a/MediaBrowser.Server.Implementations/Dto/DtoService.cs
+++ b/MediaBrowser.Server.Implementations/Dto/DtoService.cs
@@ -501,7 +501,7 @@ namespace MediaBrowser.Server.Implementations.Dto
if (fields.Contains(ItemFields.CumulativeRunTimeTicks))
{
- dto.CumulativeRunTimeTicks = dto.RunTimeTicks;
+ dto.CumulativeRunTimeTicks = item.RunTimeTicks;
}
if (fields.Contains(ItemFields.DateLastMediaAdded))