support empty collections
Created by: rjw57
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 (closed)