Fixed: Re-tag Modal Enabled when no TrackFiles for Artist

pull/724/head
Qstick 5 years ago
parent 4be01a5a95
commit 98b610b12e

@ -290,6 +290,7 @@ class ArtistDetails extends Component {
<PageToolbarButton
label="Preview Retag"
iconName={icons.RETAG}
isDisabled={!hasTrackFiles}
onPress={this.onRetagPress}
/>

Loading…
Cancel
Save