mirror of
https://github.com/LBRYFoundation/Watch-on-LBRY.git
synced 2025-09-05 05:15:11 +00:00
Add odysee
This commit is contained in:
parent
69f24a6f32
commit
3821ff8e1f
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ export const DEFAULT_SETTINGS: LbrySettings = { enabled: true, redirect: 'lbry.t
|
|||
|
||||
export const redirectDomains = {
|
||||
'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