aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/LiveTv/ProgramInfo.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2013-12-29 00:32:03 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2013-12-29 00:32:03 -0500
commitfeff0c711f5854cf9e7bdb3ed8bc760a44a2a173 (patch)
treeab792da92ef4e4ee28b779d0616f90b9287dadeb /MediaBrowser.Controller/LiveTv/ProgramInfo.cs
parent052e632a97011b178d0ec6c139a10c1f316dce77 (diff)
added new studio image provider
Diffstat (limited to 'MediaBrowser.Controller/LiveTv/ProgramInfo.cs')
-rw-r--r--MediaBrowser.Controller/LiveTv/ProgramInfo.cs6
1 files changed, 0 insertions, 6 deletions
diff --git a/MediaBrowser.Controller/LiveTv/ProgramInfo.cs b/MediaBrowser.Controller/LiveTv/ProgramInfo.cs
index 2c7b40415..d672340e4 100644
--- a/MediaBrowser.Controller/LiveTv/ProgramInfo.cs
+++ b/MediaBrowser.Controller/LiveTv/ProgramInfo.cs
@@ -45,12 +45,6 @@ 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; }