From dd16ce1041f0e33bb00fdf694b9d5b9b84c44ea1 Mon Sep 17 00:00:00 2001 From: Shiba <44804845+DeepDoge@users.noreply.github.com> Date: Sun, 19 Dec 2021 01:58:14 +0300 Subject: [PATCH] Variable name typo fixed --- src/common/settings.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/settings.ts b/src/common/settings.ts index c46bba2..99579e1 100644 --- a/src/common/settings.ts +++ b/src/common/settings.ts @@ -51,7 +51,7 @@ export interface SourcePlatfromSettings { } } -export const SourcePlatfromettings: Record = { +export const SourcePlatfromSettings: Record = { "yewtu.be": { hostnames: ['yewtu.be'], htmlQueries: { @@ -69,7 +69,7 @@ export const SourcePlatfromettings: Record