Patching GMusic call, fixes #520

This commit is contained in:
James Barnsley
2020-04-13 13:42:10 +12:00
parent 21bbd4c20e
commit 8927f0c947

View File

@ -80,7 +80,7 @@ class LibraryAlbums extends 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();