autorefresh

This commit is contained in:
Guillaume Dorce 2024-10-11 22:28:44 +02:00
parent 287847fcfb
commit 2277e27ea0
1 changed files with 4 additions and 0 deletions

View File

@ -134,3 +134,7 @@ async function displayStreamers() {
}
displayStreamers();
function refreshStreamers() {
setInterval(displayStreamers, 60000);
}