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,13 +2106,13 @@ namespace Emby.Server.Implementations.LiveTv.EmbyTV
{ {
return true; return true;
} }
if (!seriesTimer.Days.Contains(timer.StartDate.ToLocalTime().DayOfWeek))
{
return true;
}
} }
//if (!seriesTimer.Days.Contains(timer.StartDate.ToLocalTime().DayOfWeek))
//{
// return true;
//}
if (seriesTimer.RecordNewOnly && timer.IsRepeat) if (seriesTimer.RecordNewOnly && timer.IsRepeat)
{ {
return true; return true;