Update settings.ts

This commit is contained in:
kodxana 2021-05-24 23:29:20 +02:00 committed by GitHub
parent ca31e50a94
commit 07912c146f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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' },
};