mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-25 11:36:35 +00:00
fix recording time filter
This commit is contained in:
@@ -2106,13 +2106,13 @@ namespace Emby.Server.Implementations.LiveTv.EmbyTV
|
||||
{
|
||||
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)
|
||||
{
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user