mirror of
https://github.com/LBRYFoundation/Watch-on-LBRY.git
synced 2025-08-23 17:47:26 +00:00
Odysee as default instead of LBRY.tv
This commit is contained in:
parent
170fab60c0
commit
6bc43fa5ca
1 changed files with 3 additions and 3 deletions
|
@ -3,11 +3,11 @@ export interface LbrySettings {
|
|||
redirect: keyof typeof redirectDomains
|
||||
}
|
||||
|
||||
export const DEFAULT_SETTINGS: LbrySettings = { enabled: true, redirect: 'lbry.tv' };
|
||||
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' },
|
||||
'lbry.tv': { prefix: 'https://lbry.tv/', display: 'LBRY.tv' },
|
||||
odysee: { prefix: 'https://odysee.com/', display: 'Odysee' },
|
||||
app: { prefix: 'lbry://', display: 'App' },
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue