diff --git a/frontend/src/pages/Home/AdminHome.vue b/frontend/src/pages/Home/AdminHome.vue index bb003dfa..c7b288d4 100644 --- a/frontend/src/pages/Home/AdminHome.vue +++ b/frontend/src/pages/Home/AdminHome.vue @@ -23,8 +23,8 @@ const props = defineProps<{ }>() const streamConfig = ref({ - platform: 'twitch' as 'twitch' | 'youtube', - channel: 'lofigirl', + platform: 'youtube' as 'twitch' | 'youtube', + channel: 'jfKfPfyJRdk', isLive: true, })