Buildout 3.54.2

This commit is contained in:
James Barnsley
2020-11-20 22:33:55 +13:00
parent 17d4432cce
commit 88c0292c92
5 changed files with 14 additions and 11 deletions

View File

@ -121303,12 +121303,15 @@ var MopidyMiddleware = function () {
break;
case 'event:trackPlaybackStarted':
store.dispatch(mopidyActions.currentTrackLoaded(data.tl_track)); // Wait a jiffy before we get the next track
// We don't want to impede snappyness for this luxury request
if (data.tl_track) {
store.dispatch(mopidyActions.currentTrackLoaded(data.tl_track)); // Wait a jiffy before we get the next track
// We don't want to impede snappyness for this luxury request
setTimeout(function () {
store.dispatch(mopidyActions.getNextTrack());
}, 1000);
}
setTimeout(function () {
store.dispatch(mopidyActions.getNextTrack());
}, 1000);
break;
case 'event:volumeChanged':

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -106,7 +106,7 @@
// Release details
// These are automatically injected to built HTML
var build = "1605862197";
var build = "1605864468";
var version = "3.54.2";
// Construct the script tag