Add a space

This commit is contained in:
Krzysztof A. Sobiecki 2014-01-28 04:31:06 +01:00
parent 7ea6c027d4
commit 20befa439c
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ void PodcastDownloader::FinishAndDelete(Task* task) {
Song song = task->episode.ToSong(podcast);
downloading_episode_ids_.remove(task->episode.database_id());
emit ProgressChanged(task->episode, Finished, 0);
//I didn't ecountered even a single podcast with corect metadata
// I didn't ecountered even a single podcast with a corect metadata
TagReaderClient::Instance()->SaveFileBlocking(task->file->fileName(), song);
delete task;