Still a tiny glitch on some tracks when swiping
This commit is contained in:
@ -69976,8 +69976,8 @@ var PlaybackControls = function (_React$Component) {
|
||||
// A bit niggly to have to deeply check this...
|
||||
if (this.props.current_track && nextProps.current_track) {
|
||||
|
||||
if (this.props.current_track.images && !nextProps.current_track.images || !this.props.current_track.images && nextProps.current_track.images || this.props.current_track.images.length != nextProps.current_track.images.length) {
|
||||
//this.setState({current_track: nextProps.current_track});
|
||||
if (this.props.current_track.images && !nextProps.current_track.images || !this.props.current_track.images && nextProps.current_track.images) {
|
||||
this.setState({ current_track: nextProps.current_track });
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -70052,7 +70052,7 @@ var PlaybackControls = function (_React$Component) {
|
||||
transition_track: null,
|
||||
transition_direction: null
|
||||
});
|
||||
}, 300);
|
||||
}, 250);
|
||||
}
|
||||
}, {
|
||||
key: 'renderPlayButton',
|
||||
|
||||
File diff suppressed because one or more lines are too long
2
mopidy_iris/static/app.min.js
vendored
2
mopidy_iris/static/app.min.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -98,7 +98,7 @@
|
||||
|
||||
// Release details
|
||||
// These are automatically injected to built HTML
|
||||
var build = "1550106072";
|
||||
var build = "1550432146";
|
||||
var version = "3.32.4";
|
||||
|
||||
// Construct the script tag
|
||||
|
||||
Reference in New Issue
Block a user