mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-08 05:51:47 -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
|
<PageToolbarButton
|
||||||
label="Preview Retag"
|
label="Preview Retag"
|
||||||
iconName={icons.RETAG}
|
iconName={icons.RETAG}
|
||||||
|
isDisabled={!hasTrackFiles}
|
||||||
onPress={this.onRetagPress}
|
onPress={this.onRetagPress}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue