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:
@@ -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});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user