From e699d3885c6e869cc6d6e3a7dee4b6c04b062952 Mon Sep 17 00:00:00 2001 From: bytedream Date: Tue, 19 Jul 2022 11:53:14 +0200 Subject: [PATCH] Change mp4upload reliability --- src/match/matches.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/match/matches.ts b/src/match/matches.ts index f2eaa1d..fba80f3 100644 --- a/src/match/matches.ts +++ b/src/match/matches.ts @@ -81,7 +81,7 @@ class Mixdrop implements Match { class Mp4Upload implements Match { name = 'Mp4Upload' id = 'mp4upload' - reliability = Reliability.LOW + reliability = Reliability.NORMAL domains = [ 'mp4upload.com' ]