When there was a path separator char '/' in the song name or artist name, it was cause the song downloading logic to fail.
Fixed by sanitizing the song's extraction directory name of all path separators.
I also added some extra error handling and more verbose error logging in that download_completed handler.
When there was a path separator char '/' in the song name or artist name, it was cause the song downloading logic to fail. Fixed by sanitizing the song's extraction directory name of all path separators. I also added some extra error handling and more verbose error logging in that download_completed handler.