Skip to content

Commit bfb3bdc

Browse files
committed
changed interval for refreshing playlists
1 parent cda210a commit bfb3bdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/playlists/UserSpotifyPlaylistsView.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ onMounted(async () => {
1212
userPlaylists.value = await getUserPlaylists();
1313
intervalId.value = await setInterval(() => {
1414
getUserPlaylists();
15-
}, 5000); // 5 seconds
15+
}, 10000); // 10 seconds
1616
});
1717
1818
onBeforeUnmount(() => {

0 commit comments

Comments
 (0)