From 2884920f0f4a298fb1e8a275f017144fc05fd366 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Fri, 13 Dec 2013 10:48:48 -0500 Subject: added HasImage to live tv objects --- MediaBrowser.Controller/LiveTv/ProgramInfo.cs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'MediaBrowser.Controller/LiveTv/ProgramInfo.cs') diff --git a/MediaBrowser.Controller/LiveTv/ProgramInfo.cs b/MediaBrowser.Controller/LiveTv/ProgramInfo.cs index 8059c1100..ce7a4a598 100644 --- a/MediaBrowser.Controller/LiveTv/ProgramInfo.cs +++ b/MediaBrowser.Controller/LiveTv/ProgramInfo.cs @@ -90,6 +90,12 @@ namespace MediaBrowser.Controller.LiveTv /// /// The episode title. public string EpisodeTitle { get; set; } + + /// + /// Set this value to true or false if it is known via program info whether there is an image or not. + /// Leave it null if the only way to determine is by requesting the image and handling the failure. + /// + public bool? HasImage { get; set; } public ProgramInfo() { -- cgit v1.2.3