diff --git a/htdocs/js/mpd.js b/htdocs/js/mpd.js index 8b7128d..6d3f83c 100644 --- a/htdocs/js/mpd.js +++ b/htdocs/js/mpd.js @@ -258,6 +258,7 @@ function appRoute() { document.getElementById('searchAddAllSongs').setAttribute('disabled', 'disabled'); document.getElementById('panel-heading-search').innerText = ''; document.getElementById('SearchList').classList.remove('opacity05'); + setPagination(0); } var btns = document.getElementById('searchtags').getElementsByTagName('button');