This commit is contained in:
Evert Prants 2019-12-19 11:24:13 +02:00
parent efc4d8df91
commit a70cf0e508
Signed by: evert
GPG Key ID: 1688DA83D222D0B5
1 changed files with 1 additions and 1 deletions

View File

@ -746,7 +746,7 @@
}, false)
document.getElementById('jump-prev').addEventListener('click', function (e) {
if (pageNum <= 0) return
if (pageNum <= 1) return
showTracks(pageNum - 1)
}, false)