- 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

@@ -30,7 +30,7 @@ function getColor(id) {
id: id
}),
success: function(c) {
//c = JSON.parse(c);
c = JSON.parse(c);
if(typeof(c) == "object") {
Player.setBGimage({color:c, only:true});
}