Added CumulativeRunTimeTicks

This commit is contained in:
Luke Pulverenti
2013-07-25 15:17:44 -04:00
parent 4c19b9382f
commit bb721f610b
4 changed files with 30 additions and 4 deletions

View File

@@ -113,6 +113,12 @@ namespace MediaBrowser.Model.Dto
/// </summary>
/// <value>The original run time ticks.</value>
public long? OriginalRunTimeTicks { get; set; }
/// <summary>
/// Gets or sets the cumulative run time ticks.
/// </summary>
/// <value>The cumulative run time ticks.</value>
public long? CumulativeRunTimeTicks { get; set; }
/// <summary>
/// Gets or sets the run time ticks.

View File

@@ -21,6 +21,11 @@ namespace MediaBrowser.Model.Querying
/// </summary>
CriticRatingSummary,
/// <summary>
/// The cumulative run time ticks
/// </summary>
CumulativeRunTimeTicks,
/// <summary>
/// The custom rating
/// </summary>