mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
bugfixes
- 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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user