Remove xcertain *arr apps

This commit is contained in:
DariusIII
2026-07-02 13:36:14 +02:00
parent 7b5313e97e
commit ffff25307b
3 changed files with 9 additions and 3 deletions
+1 -1
View File
@@ -303,7 +303,7 @@ class IndexerProxyDetectorTest extends TestCase
config()->set('nntmux.proxy_detection_min_searches', $overrides['min_searches'] ?? 20);
config()->set(
'nntmux.proxy_detection_indexer_referer_patterns',
$overrides['referer_patterns'] ?? 'hydra,prowlarr,jackett,lidarr,radarr,sonarr,readarr,bazarr',
$overrides['referer_patterns'] ?? 'hydra,prowlarr,jackett',
);
}