Closed rjw57 closed 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
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