diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-10-11 17:33:38 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-10-11 17:33:38 -0400 |
| commit | 2c6fc11dcffcaf44aebc8db5c9555e5f72a9269f (patch) | |
| tree | 34e0de28e3a2377518bd2d880afc4bb8f6afbb2c /MediaBrowser.Controller/LiveTv | |
| parent | d54f03514d630d29d7927ab20af53c2f6e48ad5b (diff) | |
update live stream sharing
Diffstat (limited to 'MediaBrowser.Controller/LiveTv')
| -rw-r--r-- | MediaBrowser.Controller/LiveTv/LiveTvVideoRecording.cs | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/LiveTv/LiveTvVideoRecording.cs b/MediaBrowser.Controller/LiveTv/LiveTvVideoRecording.cs index 635df5dc7b..c255630f52 100644 --- a/MediaBrowser.Controller/LiveTv/LiveTvVideoRecording.cs +++ b/MediaBrowser.Controller/LiveTv/LiveTvVideoRecording.cs @@ -55,6 +55,15 @@ namespace MediaBrowser.Controller.LiveTv } [IgnoreDataMember] + protected override bool SupportsIsInMixedFolderDetection + { + get + { + return false; + } + } + + [IgnoreDataMember] public override bool SupportsPlayedStatus { get |
