This commit is contained in:
James Barnsley
2020-11-30 21:09:07 +13:00
parent eea495cb17
commit 32edc631d5
4 changed files with 9 additions and 4 deletions

View File

@ -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

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 = "1606637937";
var build = "1606720154";
var version = "3.54.3";
// Construct the script tag