rckclmbr / pyportify

App to transfer your spotify playlists to Google Play Music
Apache License 2.0
779 stars 57 forks source link

fixing hanging app if you pick an empty playlist #150

Closed wyattearp closed 5 years ago

wyattearp commented 5 years ago

If you happen to pick a playlist that has nothing in it, the app will wait forever because it doesn't check for len() == 0. Tested on Linux with Chrome 74. Unit tests report passing as well.

wyattearp commented 5 years ago

ping?

rckclmbr commented 5 years ago

@wyattearp sorry not checking this much! Thanks for the PR