Null action
This commit is contained in:
@ -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
@ -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
|
||||
|
||||
Reference in New Issue
Block a user