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
|
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 = {
|
export const redirectDomains = {
|
||||||
'lbry.tv': { prefix: 'https://lbry.tv/', display: 'lbry.tv' },
|
'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' },
|
app: { prefix: 'lbry://', display: 'App' },
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue