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() {