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
38e637cb88
commit
937433649c
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 = {
|
export const redirectDomains = {
|
||||||
'madiator.com': { prefix: 'https://madiator.com/', display: 'madiator.com' },
|
'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' },
|
odysee: { prefix: 'https://odysee.com/', display: 'odysee' },
|
||||||
app: { prefix: 'lbry://', display: 'App' },
|
app: { prefix: 'lbry://', display: 'App' },
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue