last-fm icon indicating copy to clipboard operation
last-fm copied to clipboard

Fix _parseTags() causing error when songs are missing tags

Open benpm opened this issue 3 years ago • 0 comments

Really simply fix, just making _parseTags() return an empty list when track.toptags or track.toptags.tag are missing

Edit: okay the issue i was experiencing was actually because tags.tag can sometimes be an object instead of an array of objects: image

So now I've fixed _parseTags so that it can handle that

benpm avatar Jul 30 '21 21:07 benpm