Null action

This commit is contained in:
James Barnsley
2020-04-13 13:50:20 +12:00
parent 8927f0c947
commit eda7098b6d
4 changed files with 7 additions and 5 deletions

View File

@ -73318,7 +73318,9 @@ var CoreMiddleware = function () {
* */
return function (store) {
return function (next) {
return function (action) {
return function () {
var action = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
var _store$getState = store.getState(),
core = _store$getState.core;
@ -94637,7 +94639,7 @@ var LibraryAlbums = function (_React$Component) {
}
}
if (google_enabled && (newProps.source == 'all' || newProps.source == 'google')) {
if (google_enabled && (source == 'all' || source == 'google')) {
// Filter changed, but we haven't got this provider's library yet
if (source !== 'all' && source !== 'google' && google_library_albums_status !== 'finished' && google_library_albums_status !== 'started') {
googleActions.getLibraryAlbums();

File diff suppressed because one or more lines are too long

View File

@ -100,7 +100,7 @@
// Release details
// These are automatically injected to built HTML
var build = "1586379476";
var build = "1586741423";
var version = "3.46.0";
// Construct the script tag