revert last commit

master
Aevann 2024-04-06 02:12:01 +02:00
parent bee2909148
commit 01af04dd80
1 changed files with 0 additions and 1 deletions

View File

@ -290,7 +290,6 @@ function handle_playing_music(audio) {
}
function playing_music() {
return false
return (Date.now() - localStorage.getItem("playing_music", 0) < 300000)
}