From b1bea7687ca1afc39632ed68decc5d1aed66df80 Mon Sep 17 00:00:00 2001 From: bytedream Date: Sat, 18 Jun 2022 02:21:34 +0200 Subject: [PATCH] Change reliability for vidlox --- src/match/match.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/match/match.ts b/src/match/match.ts index 5f20edf..724c155 100644 --- a/src/match/match.ts +++ b/src/match/match.ts @@ -134,7 +134,7 @@ class Upstream implements Match { class Vidlox implements Match { name = 'Vidlox' id = 'vidlox' - reliability = Reliability.NORMAL + reliability = Reliability.LOW domains = [ 'vidlox.me' ]