add tuner setup to startup wizard

This commit is contained in:
Luke Pulverenti
2015-08-20 16:54:00 -04:00
parent 8128a9c611
commit 6dba423c2c
3 changed files with 61 additions and 2 deletions

View File

@@ -322,8 +322,8 @@ namespace MediaBrowser.Server.Implementations.LiveTv.EmbyTV
{
var defaults = new SeriesTimerInfo()
{
PostPaddingSeconds = 60,
PrePaddingSeconds = 60,
PostPaddingSeconds = 0,
PrePaddingSeconds = 0,
RecordAnyChannel = false,
RecordAnyTime = false,
RecordNewOnly = false