quicker next song
This commit is contained in:
@@ -27,7 +27,7 @@ function nextSong() {
|
|||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
fetchRecent();
|
fetchRecent();
|
||||||
setInterval(fetchRecent, 120000);
|
setInterval(fetchRecent, 120000);
|
||||||
setInterval(nextSong, 40000);
|
setInterval(nextSong, 5000);
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user