record original runtime

This commit is contained in:
Luke Pulverenti
2013-05-17 15:18:54 -04:00
parent c61c39c838
commit 032bf6b8c6
6 changed files with 13 additions and 7 deletions

View File

@@ -646,6 +646,11 @@ namespace MediaBrowser.Controller.Entities
/// <value>The run time ticks.</value>
public long? RunTimeTicks { get; set; }
/// <summary>
/// Gets or sets the original run time ticks.
/// </summary>
/// <value>The original run time ticks.</value>
public long? OriginalRunTimeTicks { get; set; }
/// <summary>
/// Gets or sets the aspect ratio.
/// </summary>