Update settings.ts

This commit is contained in:
kodxana 2021-08-28 21:58:10 +02:00 committed by GitHub
parent 11334c7689
commit 9532d45b15
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@ export interface LbrySettings {
export const DEFAULT_SETTINGS: LbrySettings = { enabled: true, redirect: 'lbry.tv' };
export const redirectDomains = {
'lbry.tv': { prefix: 'https://lbry.tv/', display: 'lbry.tv' },
'madiator.com': { prefix: 'https://madiator.com/', display: 'madiator.com' },
odysee: { prefix: 'https://odysee.com/', display: 'odysee' },
app: { prefix: 'lbry://', display: 'App' },
};