aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Entities/IHasProgramAttributes.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2015-09-29 12:29:06 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2015-09-29 12:29:06 -0400
commit6e222eaaf499582b708f539800caa869b1e4e180 (patch)
treed635014e4b83d8f88c2ee91f5d3534dcab5fc5e9 /MediaBrowser.Controller/Entities/IHasProgramAttributes.cs
parent0d6580baf35d161bc3e75fa1563eaaa6436f4979 (diff)
move tv data
Diffstat (limited to 'MediaBrowser.Controller/Entities/IHasProgramAttributes.cs')
-rw-r--r--MediaBrowser.Controller/Entities/IHasProgramAttributes.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Entities/IHasProgramAttributes.cs b/MediaBrowser.Controller/Entities/IHasProgramAttributes.cs
index 9938a4489..1c3270d72 100644
--- a/MediaBrowser.Controller/Entities/IHasProgramAttributes.cs
+++ b/MediaBrowser.Controller/Entities/IHasProgramAttributes.cs
@@ -15,6 +15,6 @@ namespace MediaBrowser.Controller.Entities
bool IsLive { get; set; }
bool IsPremiere { get; set; }
ProgramAudio? Audio { get; set; }
- DateTime? OriginalAirDate { get; set; }
+ string EpisodeTitle { get; set; }
}
}