Persist the thumbnails from mobile providers and insert them into the mongo database. Add a new field to the collection in the following format:
Proposed new field in the mobile_streams collection:
thumbnail : {
filenames: [ id.png, id-medium.png, id-small.png],
time: <DateTimeObject>
}
Persist the thumbnails from mobile providers and insert them into the mongo database. Add a new field to the collection in the following format:
Proposed new field in the mobile_streams collection: