diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-08-11 13:47:29 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-08-11 13:47:29 -0400 |
| commit | 881fcf2434bc8833c45f4028e5bfa2ad113a9d18 (patch) | |
| tree | f380444ed302c2456173ecb4c56cc15367180aaf /MediaBrowser.Controller/LiveTv/RecordingInfo.cs | |
| parent | 853848966f191c3dc026b77a8214bd22b9f266ce (diff) | |
update components
Diffstat (limited to 'MediaBrowser.Controller/LiveTv/RecordingInfo.cs')
| -rw-r--r-- | MediaBrowser.Controller/LiveTv/RecordingInfo.cs | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/LiveTv/RecordingInfo.cs b/MediaBrowser.Controller/LiveTv/RecordingInfo.cs index e5817d390d..42064cf50d 100644 --- a/MediaBrowser.Controller/LiveTv/RecordingInfo.cs +++ b/MediaBrowser.Controller/LiveTv/RecordingInfo.cs @@ -185,7 +185,11 @@ namespace MediaBrowser.Controller.LiveTv /// </summary> /// <value><c>null</c> if [has image] contains no value, <c>true</c> if [has image]; otherwise, <c>false</c>.</value> public bool? HasImage { get; set; } - + /// <summary> + /// Gets or sets the show identifier. + /// </summary> + /// <value>The show identifier.</value> + public string ShowId { get; set; } public RecordingInfo() { |
