mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-07 21:42:16 -07: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…
Add table
Add a link
Reference in a new issue