quicker next song

This commit is contained in:
2026-01-07 14:06:14 +00:00
parent ec525ef571
commit d1c39750e3

View File

@@ -27,7 +27,7 @@ function nextSong() {
onMounted(() => { onMounted(() => {
fetchRecent(); fetchRecent();
setInterval(fetchRecent, 120000); setInterval(fetchRecent, 120000);
setInterval(nextSong, 40000); setInterval(nextSong, 5000);
}); });
</script> </script>