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
ca31e50a94
commit
07912c146f
1 changed files with 1 additions and 1 deletions
|
@ -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' },
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue