mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-17 21:25:39 -04:00
Feature/common tag parsing (#273)
* Added refresh title on the refresh button. * Added a quick fix for common parsing issues when albums or tracks contain (special edition), (deluxe edition), [bonus], (version), (single), etc.
This commit is contained in:
@@ -227,6 +227,7 @@ class ImportArtistSelectArtist extends Component {
|
||||
canSpin={true}
|
||||
isSpinning={isFetching}
|
||||
onPress={this.onRefreshPress}
|
||||
title="Refresh"
|
||||
>
|
||||
<Icon name={icons.REFRESH} />
|
||||
</FormInputButton>
|
||||
|
||||
Reference in New Issue
Block a user