diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-11-26 16:36:11 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-11-26 16:36:11 -0500 |
| commit | e05a84c789641966b49e780ea6111126a1102a86 (patch) | |
| tree | 77211c60a554fb1af552b8ea118b1e0080adc85c /MediaBrowser.Controller/LiveTv/ProgramInfo.cs | |
| parent | af49f6d2320f1b73396b9733275e48bb2b8a4e52 (diff) | |
updated nuget for live tv
Diffstat (limited to 'MediaBrowser.Controller/LiveTv/ProgramInfo.cs')
| -rw-r--r-- | MediaBrowser.Controller/LiveTv/ProgramInfo.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/LiveTv/ProgramInfo.cs b/MediaBrowser.Controller/LiveTv/ProgramInfo.cs index f6df49545..58a15be3e 100644 --- a/MediaBrowser.Controller/LiveTv/ProgramInfo.cs +++ b/MediaBrowser.Controller/LiveTv/ProgramInfo.cs @@ -44,6 +44,12 @@ namespace MediaBrowser.Controller.LiveTv public DateTime EndDate { get; set; } /// <summary> + /// Gets or sets the aspect ratio. + /// </summary> + /// <value>The aspect ratio.</value> + public string AspectRatio { get; set; } + + /// <summary> /// Genre of the program. /// </summary> public List<string> Genres { get; set; } |
