676869707172737475
} List<Song> result = Lists.newArrayList(Futures.successfulAsList(downloadFutures).get()); result.removeAll(Collections.singleton(null)); bus.post(new DownloadSongsFinishedEvent(this)); return result; }