From 9bdbc458fc3282c76f74af071a4878800026906c Mon Sep 17 00:00:00 2001 From: capitanwesler Date: Sun, 11 Apr 2021 21:05:44 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=80=20lower=20case=20from=20anime=20se?= =?UTF-8?q?rvers?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/util.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/util.ts b/src/utils/util.ts index 0c4e74a..9808175 100644 --- a/src/utils/util.ts +++ b/src/utils/util.ts @@ -624,7 +624,7 @@ export const videoServersMonosChinos = async (id: string) => { .get(); videoServers.push({ - id: videoNames[0], + id: videoNames[0].toLowerCase(), url: decodeURIComponent( $('.TPlayer div iframe').attr('src')?.split('url=')[1]!, ).split('&id')[0],