mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-15 09:33:52 -07: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:
parent
798e85e4db
commit
aaa3b5495f
4 changed files with 49 additions and 2 deletions
|
@ -227,6 +227,7 @@ class ImportArtistSelectArtist extends Component {
|
|||
canSpin={true}
|
||||
isSpinning={isFetching}
|
||||
onPress={this.onRefreshPress}
|
||||
title="Refresh"
|
||||
>
|
||||
<Icon name={icons.REFRESH} />
|
||||
</FormInputButton>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue