update interlaced detection

This commit is contained in:
Luke Pulverenti
2016-01-14 12:11:29 -05:00
parent 0c2192e903
commit c8f65e7589
11 changed files with 90 additions and 42 deletions

View File

@@ -30,6 +30,12 @@ namespace MediaBrowser.Model.Entities
/// <value>The language.</value>
public string Language { get; set; }
/// <summary>
/// Gets or sets the comment.
/// </summary>
/// <value>The comment.</value>
public string Comment { get; set; }
/// <summary>
/// Gets or sets a value indicating whether this instance is interlaced.
/// </summary>