mirror of
https://github.com/LBRYFoundation/Watch-on-LBRY.git
synced 2025-08-30 17:01:30 +00:00
Update settings.ts
This commit is contained in:
parent
0f224c43fb
commit
9e66d5dbd4
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ export interface LbrySettings {
|
|||
redirect: keyof typeof redirectDomains
|
||||
}
|
||||
|
||||
export const DEFAULT_SETTINGS: LbrySettings = { enabled: true, redirect: odysee };
|
||||
export const DEFAULT_SETTINGS: LbrySettings = { enabled: true, redirect: 'odysee' };
|
||||
|
||||
export const redirectDomains = {
|
||||
'lbry.tv': { prefix: 'https://lbry.tv/', display: 'LBRY.tv' },
|
||||
|
|
Loading…
Add table
Reference in a new issue