autorefresh

This commit is contained in:
Guillaume Dorce 2024-10-11 22:30:21 +02:00
parent 2277e27ea0
commit c76c82bee8
1 changed files with 1 additions and 3 deletions

View File

@ -135,6 +135,4 @@ async function displayStreamers() {
displayStreamers(); displayStreamers();
function refreshStreamers() {
setInterval(displayStreamers, 60000); setInterval(displayStreamers, 60000);
}