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({
|
const streamConfig = ref({
|
||||||
platform: 'twitch' as 'twitch' | 'youtube',
|
platform: 'youtube' as 'twitch' | 'youtube',
|
||||||
channel: 'lofigirl',
|
channel: 'jfKfPfyJRdk',
|
||||||
isLive: true,
|
isLive: true,
|
||||||
})
|
})
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Reference in New Issue
Block a user