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' ]