update components

This commit is contained in:
Luke Pulverenti
2016-05-10 14:13:26 -04:00
parent 673746621f
commit 5dbf0ddb93
2 changed files with 22 additions and 15 deletions

View File

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