- Fixed color-issue on local
- Fixed issue with navigating back in playlist on local
- Fixed issue with starting at the right time on local when start/end had been set
- Fixed issue where changing channel when in local, song wouldn't change
- Fixed issue on previous song not starting at the correct time in local mode
This commit is contained in:
Kasper Rynning-Tønnesen
2018-07-24 23:40:35 +02:00
parent d3e6af4643
commit b3da558336
5 changed files with 19 additions and 10 deletions

View File

@@ -513,6 +513,8 @@ var List = {
full_playlist.unshift(full_playlist.pop());
full_playlist[full_playlist.length - 1].now_playing = true;
if(full_playlist.length == 1) return;
document.querySelector("#wrapper").children[document.querySelector("#wrapper").children.length - 1].remove();
var length = full_playlist.length - 2;