uisautomation / sms2jwplayer

Tool to help export SMS content to jwplayer
0 stars 1 forks source link

support empty collections #37

Closed rjw57 closed 6 years ago

rjw57 commented 6 years ago

Some collections may be empty, in which case the media ids prop will be blank. In this case we should parse it as the empty list but we don't since ''.split(',') returns ['']. Catch this case.

Closes #32