make it 5 minutes again

master
Aevann 2023-10-19 22:23:06 +03:00
parent 587e4fb0da
commit 77bd67dd3e
1 changed files with 1 additions and 1 deletions

View File

@ -297,7 +297,7 @@ function handle_playing_music(audio) {
}
function playing_music() {
return (Date.now() - localStorage.getItem("playing_music", 0) < 60000)
return (Date.now() - localStorage.getItem("playing_music", 0) < 300000)
}
function reload() {