@@ -83,7 +83,7 @@ async function initDefaultAudio() {
unref(currentPlayer).stop();
}
if (isSwitch) {
- currentPlayer.value = null;
+ unref(currentPlayer)._src = "";
},