mirror of
https://github.com/LBRYFoundation/Watch-on-LBRY.git
synced 2025-08-30 00:41:27 +00:00
librarian integration
This commit is contained in:
parent
d9a2f3265e
commit
69a1e2f7bb
1 changed files with 2 additions and 1 deletions
|
@ -3,10 +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 = {
|
||||
'madiator.com': { prefix: 'https://madiator.com/', display: 'madiator.com' },
|
||||
librarian: { prefix: 'https://librarian.bcow.xyz', display: 'librarian' },
|
||||
odysee: { prefix: 'https://odysee.com/', display: 'odysee' },
|
||||
app: { prefix: 'lbry://', display: 'App' },
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue