diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-01-11 11:52:22 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-01-11 11:52:22 -0500 |
| commit | 81fb823c024a6652d967bb818cb4fe83417132c4 (patch) | |
| tree | 5e7d65d0194a7b22334553f60112d5879010db35 /MediaBrowser.Model/Entities/MediaStream.cs | |
| parent | 9fcdcc6eae953fa76164450bc176a61fb4cb19c0 (diff) | |
record mediastream comment
Diffstat (limited to 'MediaBrowser.Model/Entities/MediaStream.cs')
| -rw-r--r-- | MediaBrowser.Model/Entities/MediaStream.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MediaBrowser.Model/Entities/MediaStream.cs b/MediaBrowser.Model/Entities/MediaStream.cs index d089f0aa9..7f4cc2f84 100644 --- a/MediaBrowser.Model/Entities/MediaStream.cs +++ b/MediaBrowser.Model/Entities/MediaStream.cs @@ -31,6 +31,12 @@ namespace MediaBrowser.Model.Entities 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> /// <value><c>true</c> if this instance is interlaced; otherwise, <c>false</c>.</value> |
