}
@Override
public List<Song> call() throws Exception {
bus.post(new DownloadSongsStartedEvent(this));
List<ListenableFuture<Song>> downloadFutures = Lists.newArrayList();
for (Item item : syncPlanItems) {
downloadFutures.add(executor.submit(new DownloadSongTask(bus,
client,