mirror of
https://github.com/LBRYFoundation/Watch-on-LBRY.git
synced 2025-08-23 17:47:26 +00:00
Update settings.ts
This commit is contained in:
parent
11334c7689
commit
9532d45b15
1 changed files with 1 additions and 1 deletions
|
@ -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' },
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue