diff --git a/src/views/open_live/MusicRequest.vue b/src/views/open_live/MusicRequest.vue index 817bacf..f33e289 100644 --- a/src/views/open_live/MusicRequest.vue +++ b/src/views/open_live/MusicRequest.vue @@ -791,8 +791,10 @@ onMounted(() => { if (accountInfo.value) { settings.value = accountInfo.value.settings.songRequest } - props.client.on('danmaku', onGetDanmaku) - props.client.on('sc', onGetSC) + if (accountInfo.value?.eventFetcherOnline != true) { + props.client.on('danmaku', onGetDanmaku) + props.client.on('sc', onGetSC) + } timer = setInterval(() => { updateKey.value++ }, 1000) @@ -809,18 +811,35 @@ onUnmounted(() => {