From 5b7cb9d5f5839df6d44b74ec3cf3990c2278b9e4 Mon Sep 17 00:00:00 2001 From: Silas Schöffel Date: Fri, 6 Dec 2024 13:50:15 +0100 Subject: fix(system/services/invidious-router): remove_no_ratio = false --- system/services/invidious-router/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system') diff --git a/system/services/invidious-router/default.nix b/system/services/invidious-router/default.nix index a53cf29..8829d3b 100644 --- a/system/services/invidious-router/default.nix +++ b/system/services/invidious-router/default.nix @@ -36,7 +36,7 @@ qty_of_top_results = 4; }; minimum_ratio = 0.2; - remove_no_ratio = true; + remove_no_ratio = false; text_not_present = "YouTube is currently trying to block Invidious instances"; }; }; -- cgit 1.4.1