Comment 13 for bug 1365993

Revision history for this message
Michael Sheldon (michael-sheldon) wrote :

There might be some slight changes needed in content-hub, as currently the download manager finished() signal (which we use to add content items) just provides a single file path. So we may have to either listen to an additional signal or receive a directory via finished() and walk through it adding the items. So for now I'll re-open the content-hub item and assign it to myself to implement when the download manager work is finished.