diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-03-31 14:50:08 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-03-31 14:50:08 -0400 |
| commit | 5965afecde2536c0a2ec566fd6afdb21add8aa50 (patch) | |
| tree | 231e3065797de3d65bee6b53b32097e00ddf8d87 /MediaBrowser.Controller/LiveTv | |
| parent | a025f4eefaf43c27f33521239d99c47d292728f5 (diff) | |
live tv fix
Diffstat (limited to 'MediaBrowser.Controller/LiveTv')
| -rw-r--r-- | MediaBrowser.Controller/LiveTv/LiveTvProgram.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/LiveTv/LiveTvProgram.cs b/MediaBrowser.Controller/LiveTv/LiveTvProgram.cs index 0b07d8b6d1..0609df4c6b 100644 --- a/MediaBrowser.Controller/LiveTv/LiveTvProgram.cs +++ b/MediaBrowser.Controller/LiveTv/LiveTvProgram.cs @@ -35,6 +35,12 @@ namespace MediaBrowser.Controller.LiveTv public string ExternalChannelId { get; set; } /// <summary> + /// Gets or sets the original air date. + /// </summary> + /// <value>The original air date.</value> + public DateTime? OriginalAirDate { get; set; } + + /// <summary> /// Gets or sets the type of the channel. /// </summary> /// <value>The type of the channel.</value> |
