change player domain

This commit is contained in:
Niko Storni 2020-03-26 19:33:33 +01:00 committed by Sean Yesmunt
parent b11262ad52
commit 6bc785c297

View file

@ -6,7 +6,7 @@ const config = {
URL: 'https://lbry.tv',
SITE_TITLE: 'lbry.tv',
LBRY_TV_API: 'https://api.lbry.tv',
LBRY_TV_STREAMING_API: 'https://player.lbry.tv',
LBRY_TV_STREAMING_API: 'https://lbryplayer.xyz',
WELCOME_VERSION: 1.0,
};