soulfx / gmusic-playlist.js

a javascript version of gmusic-playlist
MIT License
114 stars 16 forks source link

Account for the possibility of finding no playlists #19

Open cr0ybot opened 5 years ago

cr0ybot commented 5 years ago

If you have no playlists or aren't a paying subscriber, playlistArr in getPlaylists.genSonglists is undefined. A falsey check allows for an empty array to be returned, and the script will continue and export all "Thumbs Up" and "Library" songs.

This issue causes the Export Playlists button to "do nothing", and the fix here should close issue #10.