cooperhammond / irs

:guitar: :notes: A music downloader that understands your metadata needs.
MIT License
381 stars 26 forks source link

Fix #68 #69

Closed Who23 closed 4 years ago

Who23 commented 4 years ago

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 empty

Let me know if I need to make any changes/improvements

Mhowser commented 4 years ago

How do I get this PR and merge it to my local repo?

Who23 commented 4 years ago

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')