From 3e335c70bb87379677c189f64e890f4d9f501ff2 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sun, 11 Jun 2017 17:58:49 -0400 Subject: update live tv images --- MediaBrowser.Controller/LiveTv/ProgramInfo.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'MediaBrowser.Controller/LiveTv/ProgramInfo.cs') diff --git a/MediaBrowser.Controller/LiveTv/ProgramInfo.cs b/MediaBrowser.Controller/LiveTv/ProgramInfo.cs index f41df6f8a1..b0e636d770 100644 --- a/MediaBrowser.Controller/LiveTv/ProgramInfo.cs +++ b/MediaBrowser.Controller/LiveTv/ProgramInfo.cs @@ -111,6 +111,8 @@ namespace MediaBrowser.Controller.LiveTv public string LogoImageUrl { get; set; } + public string BackdropImageUrl { get; set; } + /// /// Gets or sets a value indicating whether this instance has image. /// -- cgit v1.2.3