aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/LiveTv
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2016-10-11 02:46:59 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2016-10-11 02:46:59 -0400
commitd5b5c8e1a5548f2f1321f0f9a63d86919de0b01e (patch)
tree9edf7c22d2b740641a8266365183e7cab77a88bb /MediaBrowser.Controller/LiveTv
parentcb26cb94579b772fa7825c6769dc7ace38217168 (diff)
update display of active recordings
Diffstat (limited to 'MediaBrowser.Controller/LiveTv')
-rw-r--r--MediaBrowser.Controller/LiveTv/LiveTvVideoRecording.cs9
1 files changed, 9 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/LiveTv/LiveTvVideoRecording.cs b/MediaBrowser.Controller/LiveTv/LiveTvVideoRecording.cs
index e26dd6a773..635df5dc7b 100644
--- a/MediaBrowser.Controller/LiveTv/LiveTvVideoRecording.cs
+++ b/MediaBrowser.Controller/LiveTv/LiveTvVideoRecording.cs
@@ -55,6 +55,15 @@ namespace MediaBrowser.Controller.LiveTv
}
[IgnoreDataMember]
+ public override bool SupportsPlayedStatus
+ {
+ get
+ {
+ return Status == RecordingStatus.Completed && base.SupportsPlayedStatus;
+ }
+ }
+
+ [IgnoreDataMember]
public override LocationType LocationType
{
get