diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-10-18 01:06:48 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-10-18 01:06:48 -0400 |
| commit | 5ad04bbb7754eddaf07921ee0ec699a2a934c242 (patch) | |
| tree | 5321b266296f82e0dcd6a4d928c10a1416e73cb0 /MediaBrowser.Server.Implementations/LiveTv | |
| parent | b0a75f086e9d48b840ff1594997f68282920f491 (diff) | |
update components
Diffstat (limited to 'MediaBrowser.Server.Implementations/LiveTv')
| -rw-r--r-- | MediaBrowser.Server.Implementations/LiveTv/LiveTvManager.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/LiveTv/LiveTvManager.cs b/MediaBrowser.Server.Implementations/LiveTv/LiveTvManager.cs index aa404b37c..3577ba49b 100644 --- a/MediaBrowser.Server.Implementations/LiveTv/LiveTvManager.cs +++ b/MediaBrowser.Server.Implementations/LiveTv/LiveTvManager.cs @@ -2304,7 +2304,6 @@ namespace MediaBrowser.Server.Implementations.LiveTv var info = await service.GetNewTimerDefaultsAsync(cancellationToken, programInfo).ConfigureAwait(false); - info.RecordAnyChannel = true; info.RecordAnyTime = true; info.Days = new List<DayOfWeek> { |
