From f18ad64527464d1ad59def277d07f01c58ace00f Mon Sep 17 00:00:00 2001 From: DispatchCommit Date: Mon, 22 Mar 2021 13:22:10 -0700 Subject: [PATCH] use new livestream iframe embed --- ui/constants/livestream.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/constants/livestream.js b/ui/constants/livestream.js index 658736ccb..fd0aca3a4 100644 --- a/ui/constants/livestream.js +++ b/ui/constants/livestream.js @@ -1,2 +1,2 @@ -export const BITWAVE_EMBED_URL = 'https://bitwave.tv/embed'; +export const BITWAVE_EMBED_URL = 'https://bitwave.tv/odysee'; export const BITWAVE_API = 'https://api.bitwave.tv/v1/odysee/live';