From 07912c146f4dc22c92d73dd09f8719c7af61177b Mon Sep 17 00:00:00 2001 From: kodxana Date: Mon, 24 May 2021 23:29:20 +0200 Subject: [PATCH] Update settings.ts --- src/common/settings.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/settings.ts b/src/common/settings.ts index 9ad1078..51e4165 100644 --- a/src/common/settings.ts +++ b/src/common/settings.ts @@ -7,7 +7,7 @@ export const DEFAULT_SETTINGS: LbrySettings = { enabled: true, redirect: 'odysee export const redirectDomains = { 'lbry.tv': { prefix: 'https://lbry.tv/', display: 'LBRY.tv' }, - odysee: { prefix: 'https://odysee.com/', display: 'Odysee' }, + 'odysee' { prefix: 'https://odysee.com/', display: 'Odysee' }, app: { prefix: 'lbry://', display: 'App' }, };