瀏覽代碼

fix recording time filter

Luke Pulverenti 8 年之前
父節點
當前提交
6e9ab9bf9c
共有 1 個文件被更改,包括 5 次插入5 次删除
  1. 5 5
      Emby.Server.Implementations/LiveTv/EmbyTV/EmbyTV.cs

+ 5 - 5
Emby.Server.Implementations/LiveTv/EmbyTV/EmbyTV.cs

@@ -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;