fix: switch admin home stream from Twitch to YouTube (lofi girl)
This commit is contained in:
@@ -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,
|
||||
})
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user