mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
Fixed: UI doesn't detect ArtistRenamingCommand is running
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
This commit is contained in:
@@ -56,7 +56,7 @@ function createMapStateToProps() {
|
|||||||
const isRenamingArtistCommand = findCommand(commands, { name: commandNames.RENAME_ARTIST });
|
const isRenamingArtistCommand = findCommand(commands, { name: commandNames.RENAME_ARTIST });
|
||||||
const isRenamingArtist = (
|
const isRenamingArtist = (
|
||||||
isCommandExecuting(isRenamingArtistCommand) &&
|
isCommandExecuting(isRenamingArtistCommand) &&
|
||||||
isRenamingArtistCommand.body.artistId.indexOf(artist.id) > -1
|
isRenamingArtistCommand.body.artistIds.indexOf(artist.id) > -1
|
||||||
);
|
);
|
||||||
|
|
||||||
const isFetching = albums.isFetching || trackFiles.isFetching;
|
const isFetching = albums.isFetching || trackFiles.isFetching;
|
||||||
|
|||||||
Reference in New Issue
Block a user