diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-05-10 14:13:26 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-05-10 14:13:26 -0400 |
| commit | 5dbf0ddb9320446a42470e04c849c6db479a3bb8 (patch) | |
| tree | 4c36f5a4bd60db93e55138ac7add809996d6d183 /MediaBrowser.Server.Implementations/Dto | |
| parent | 673746621f7ed792c41dcd888a5b6e47b17ca2cb (diff) | |
update components
Diffstat (limited to 'MediaBrowser.Server.Implementations/Dto')
| -rw-r--r-- | MediaBrowser.Server.Implementations/Dto/DtoService.cs | 2 |
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)) |
