Buildout
This commit is contained in:
@ -125788,8 +125788,13 @@ __webpack_require__.r(__webpack_exports__);
|
||||
/* harmony default export */ __webpack_exports__["default"] = (function (state) {
|
||||
if (state.ui.shortkeys_enabled !== undefined) {
|
||||
state.ui.hotkeys_enabled = state.ui.shortkeys_enabled;
|
||||
}
|
||||
} // Change authorizations from 'null' to 'undefined' to fix destructuring issues like
|
||||
// that of https://github.com/jaedb/Iris/issues/662
|
||||
|
||||
|
||||
if (state.spotify && state.spotify.me === null) state.spotify.me = undefined;
|
||||
if (state.lastfm && state.lastfm.me === null) state.lastfm.me = undefined;
|
||||
if (state.genius && state.genius.me === null) state.genius.me = undefined;
|
||||
return state;
|
||||
});
|
||||
|
||||
|
||||
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
@ -106,7 +106,7 @@
|
||||
|
||||
// Release details
|
||||
// These are automatically injected to built HTML
|
||||
var build = "1606637937";
|
||||
var build = "1606720154";
|
||||
var version = "3.54.3";
|
||||
|
||||
// Construct the script tag
|
||||
|
||||
Reference in New Issue
Block a user