Jense5 / mp3-downloader

Command line tool to download mp3 files with metadata
MIT License
9 stars 2 forks source link

Fixed issue when no results are found. #6

Closed haveneersrobin closed 8 years ago

haveneersrobin commented 8 years ago

Checked first if arrays are not empty.

Jense5 commented 8 years ago

Merged it, but a tip for the future: you can just use 'and' in CoffeeScript instead of '&&'.