fix recording time filter

This commit is contained in:
Luke Pulverenti 2017-01-13 22:49:01 -05:00
parent 82c65f3788
commit 6e9ab9bf9c

View File

@ -2106,12 +2106,12 @@ namespace Emby.Server.Implementations.LiveTv.EmbyTV
{ {
return true; return true;
} }
}
if (!seriesTimer.Days.Contains(timer.StartDate.ToLocalTime().DayOfWeek)) //if (!seriesTimer.Days.Contains(timer.StartDate.ToLocalTime().DayOfWeek))
{ //{
return true; // return true;
} //}
}
if (seriesTimer.RecordNewOnly && timer.IsRepeat) if (seriesTimer.RecordNewOnly && timer.IsRepeat)
{ {