mirror of
https://github.com/Readarr/Readarr
synced 2025-12-13 20:04:33 +01:00
Fixed: Re-tag Modal Enabled when no TrackFiles for Artist
This commit is contained in:
parent
4be01a5a95
commit
98b610b12e
1 changed files with 1 additions and 0 deletions
|
|
@ -290,6 +290,7 @@ class ArtistDetails extends Component {
|
|||
<PageToolbarButton
|
||||
label="Preview Retag"
|
||||
iconName={icons.RETAG}
|
||||
isDisabled={!hasTrackFiles}
|
||||
onPress={this.onRetagPress}
|
||||
/>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue