diff options
Diffstat (limited to 'MediaBrowser.Model/Entities/MediaStream.cs')
| -rw-r--r-- | MediaBrowser.Model/Entities/MediaStream.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/MediaBrowser.Model/Entities/MediaStream.cs b/MediaBrowser.Model/Entities/MediaStream.cs index 5e85369b9..133631649 100644 --- a/MediaBrowser.Model/Entities/MediaStream.cs +++ b/MediaBrowser.Model/Entities/MediaStream.cs @@ -19,10 +19,10 @@ namespace MediaBrowser.Model.Entities public string Language { get; set; } /// <summary> - /// Gets or sets the type of the scan. + /// Gets or sets a value indicating whether this instance is interlaced. /// </summary> - /// <value>The type of the scan.</value> - public string ScanType { get; set; } + /// <value><c>true</c> if this instance is interlaced; otherwise, <c>false</c>.</value> + public bool IsInterlaced { get; set; } /// <summary> /// Gets or sets the channel layout. |
