diff options
| author | Luke <luke.pulverenti@gmail.com> | 2017-06-11 17:59:25 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-06-11 17:59:25 -0400 |
| commit | e9d2fb13e06a93336b6b16d03b66d3390a762c40 (patch) | |
| tree | 5df3dcf4b3d14b20cd5c207024cfa995fb0abd43 /MediaBrowser.Controller/LiveTv/ProgramInfo.cs | |
| parent | 24975638f9772fbec4005f97ff954e01ce22a41f (diff) | |
| parent | 3e335c70bb87379677c189f64e890f4d9f501ff2 (diff) | |
Merge pull request #2701 from MediaBrowser/dev
Dev
Diffstat (limited to 'MediaBrowser.Controller/LiveTv/ProgramInfo.cs')
| -rw-r--r-- | MediaBrowser.Controller/LiveTv/ProgramInfo.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/LiveTv/ProgramInfo.cs b/MediaBrowser.Controller/LiveTv/ProgramInfo.cs index f41df6f8a..b0e636d77 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; } + /// <summary> /// Gets or sets a value indicating whether this instance has image. /// </summary> |
