Closed Who23 closed 4 years ago
How do I get this PR and merge it to my local repo?
You can either fork this repo, then make a PR on your fork to merge Who23/irs on the bug-fix-68 branch, then pull the changes to your local copy
or add a remote, fetch & merge (link) (the 'upstream' branch would be the bug-fix-68 branch')
Fix bug where it was assumed that every artist would be tagged with a genre.
The only other field that could be empty would be the album field (which can be an empty string according to the docs), so
irs
no longer tags the song with an album if the field is emptyLet me know if I need to make any changes/improvements