@@ -92,7 +92,8 @@ void DeleteFiles::ProcessSomeFiles() {
|
||||
if (progress_ >= songs_.count()) {
|
||||
task_manager_->SetTaskProgress(task_id_, progress_, songs_.count());
|
||||
|
||||
storage_->FinishCopy(songs_with_errors_.isEmpty());
|
||||
QString error_text;
|
||||
storage_->FinishCopy(songs_with_errors_.isEmpty(), error_text);
|
||||
|
||||
task_manager_->SetTaskFinished(task_id_);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user