stanley-king 3 年之前
父節點
當前提交
0cb9afdae7
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      helper/refill/policy/channel_filter.php

+ 1 - 2
helper/refill/policy/channel_filter.php

@@ -75,8 +75,7 @@ class channel_filter
         } elseif ($this->mQuality == Quality::Normal) {
             return $this->asc($inProviders,1,10);
         } elseif ($this->mQuality == Quality::Quick) {
-            return $this->asc($inProviders,1,2);
-//            return $this->diff($inProviders);
+            return $this->diff($inProviders);
         } else {
             return $this->asc($inProviders,1,1);
         }