Add odysee

This commit is contained in:
Kevin Raoofi 2020-10-13 05:13:18 -04:00
parent 69f24a6f32
commit 3821ff8e1f

View file

@ -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' },
};