mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-22 18:14:42 +01:00
Added CumulativeRunTimeTicks
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -21,6 +21,11 @@ namespace MediaBrowser.Model.Querying
|
||||
/// </summary>
|
||||
CriticRatingSummary,
|
||||
|
||||
/// <summary>
|
||||
/// The cumulative run time ticks
|
||||
/// </summary>
|
||||
CumulativeRunTimeTicks,
|
||||
|
||||
/// <summary>
|
||||
/// The custom rating
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user