From 937433649cb02e0a2be88544f738c04a27cb0efd Mon Sep 17 00:00:00 2001 From: kodxana Date: Sat, 30 Oct 2021 19:00:22 +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 bd356fd..26351f2 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 = { 'madiator.com': { prefix: 'https://madiator.com/', display: 'madiator.com' }, - librarian: { prefix: 'https://librarian.bcow.xyz', display: 'librarian' }, + 'librarian': { prefix: 'https://librarian.bcow.xyz', display: 'librarian' }, odysee: { prefix: 'https://odysee.com/', display: 'odysee' }, app: { prefix: 'lbry://', display: 'App' }, };