Buildout 3.54.2
This commit is contained in:
@ -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
2
mopidy_iris/static/app.min.css
vendored
2
mopidy_iris/static/app.min.css
vendored
File diff suppressed because one or more lines are too long
6
mopidy_iris/static/app.min.js
vendored
6
mopidy_iris/static/app.min.js
vendored
File diff suppressed because one or more lines are too long
@ -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
|
||||
|
||||
Reference in New Issue
Block a user