fix: switch admin home stream from Twitch to YouTube (lofi girl)

This commit is contained in:
2026-03-16 07:14:39 +03:00
parent 7e444922f2
commit b95b1828dc

View File

@@ -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>