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:
Joseph Milazzo 2018-04-05 19:31:58 -05:00 committed by GitHub
parent 798e85e4db
commit aaa3b5495f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 49 additions and 2 deletions

View file

@ -227,6 +227,7 @@ class ImportArtistSelectArtist extends Component {
canSpin={true}
isSpinning={isFetching}
onPress={this.onRefreshPress}
title="Refresh"
>
<Icon name={icons.REFRESH} />
</FormInputButton>