diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-09-29 12:29:06 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-09-29 12:29:06 -0400 |
| commit | 6e222eaaf499582b708f539800caa869b1e4e180 (patch) | |
| tree | d635014e4b83d8f88c2ee91f5d3534dcab5fc5e9 /MediaBrowser.Controller/LiveTv/LiveTvAudioRecording.cs | |
| parent | 0d6580baf35d161bc3e75fa1563eaaa6436f4979 (diff) | |
move tv data
Diffstat (limited to 'MediaBrowser.Controller/LiveTv/LiveTvAudioRecording.cs')
| -rw-r--r-- | MediaBrowser.Controller/LiveTv/LiveTvAudioRecording.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/LiveTv/LiveTvAudioRecording.cs b/MediaBrowser.Controller/LiveTv/LiveTvAudioRecording.cs index 0a91a91432..a34860c52e 100644 --- a/MediaBrowser.Controller/LiveTv/LiveTvAudioRecording.cs +++ b/MediaBrowser.Controller/LiveTv/LiveTvAudioRecording.cs @@ -17,6 +17,7 @@ namespace MediaBrowser.Controller.LiveTv public string ExternalId { get; set; } public string ProviderImagePath { get; set; } public string ProviderImageUrl { get; set; } + [IgnoreDataMember] public string EpisodeTitle { get; set; } [IgnoreDataMember] public bool IsSeries { get; set; } @@ -30,6 +31,7 @@ namespace MediaBrowser.Controller.LiveTv public bool IsNews { get; set; } [IgnoreDataMember] public bool IsKids { get; set; } + [IgnoreDataMember] public bool IsRepeat { get; set; } [IgnoreDataMember] public bool IsMovie { get; set; } @@ -41,7 +43,6 @@ namespace MediaBrowser.Controller.LiveTv public ChannelType ChannelType { get; set; } public string ProgramId { get; set; } public ProgramAudio? Audio { get; set; } - public DateTime? OriginalAirDate { get; set; } /// <summary> /// Gets the user data key. |
