From 6dd488fcf610b04f24d3dff150a7ea95c80d4dbe Mon Sep 17 00:00:00 2001 From: Laurens R Krol Date: Thu, 2 Mar 2023 17:52:28 +0100 Subject: [PATCH] undo debug comment --- docs/README.md | 2 +- index.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index 988f8a3..05b216f 100644 --- a/docs/README.md +++ b/docs/README.md @@ -6,7 +6,7 @@ Try the [**live demo**](https://music.lrk.tools/demo) using the password 123. ![Noctifer Music Screenshot](./default.jpg) -The current version is 0.6.1. +The current version is 0.7.3. ## Features diff --git a/index.php b/index.php index 9216b18..b1debd2 100644 --- a/index.php +++ b/index.php @@ -855,7 +855,7 @@ function getCookie(cname) { audio.addEventListener('error', function() { document.getElementById('error').innerHTML = 'Playback error'; document.getElementById('error').style.display = 'block'; - // setTimeout(function(){ advance('next'); }, 2000); + setTimeout(function(){ advance('next'); }, 2000); }); audio.addEventListener('ended', function() {