stanley-king 3 lat temu
rodzic
commit
0cb9afdae7
1 zmienionych plików z 1 dodań i 2 usunięć
  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);
         }