mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-07 05:22:14 -07:00
Fixed: Show Loading Indicator for Manage TrackFiles Modal
This commit is contained in:
parent
9b9ca54e65
commit
529ab29489
2 changed files with 11 additions and 2 deletions
|
@ -59,6 +59,7 @@ function createMapStateToProps() {
|
|||
items,
|
||||
artistType: artist.artistType,
|
||||
isDeleting: trackFiles.isDeleting,
|
||||
isFetching: tracks.isFetching || trackFiles.isFetching,
|
||||
isSaving: trackFiles.isSaving,
|
||||
languages,
|
||||
qualities
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue