aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/LiveTv/ProgramInfo.cs
diff options
context:
space:
mode:
authorLuke <luke.pulverenti@gmail.com>2016-09-11 12:07:07 -0400
committerGitHub <noreply@github.com>2016-09-11 12:07:07 -0400
commit00d974ce3840028fda127ab62ad49363dbe2da7d (patch)
treef80b9b42276707d89c5667525c286b30aeeb5976 /MediaBrowser.Controller/LiveTv/ProgramInfo.cs
parent86a8756509a8cd346cd2881f3896c96c7f651046 (diff)
parentd87cfdb2606ba933d959b6abe95acccf864acf3d (diff)
Merge pull request #2159 from MediaBrowser/dev
Dev
Diffstat (limited to 'MediaBrowser.Controller/LiveTv/ProgramInfo.cs')
-rw-r--r--MediaBrowser.Controller/LiveTv/ProgramInfo.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/LiveTv/ProgramInfo.cs b/MediaBrowser.Controller/LiveTv/ProgramInfo.cs
index ea5e6dbc6a..d0377fbfdd 100644
--- a/MediaBrowser.Controller/LiveTv/ProgramInfo.cs
+++ b/MediaBrowser.Controller/LiveTv/ProgramInfo.cs
@@ -107,6 +107,8 @@ namespace MediaBrowser.Controller.LiveTv
/// <value>The image URL.</value>
public string ImageUrl { get; set; }
+ public string LogoImageUrl { get; set; }
+
/// <summary>
/// Gets or sets a value indicating whether this instance has image.
/// </summary>