conformtask: print filename to debug

This commit is contained in:
itsmattkc
2023-04-12 22:26:35 +10:00
parent 5626e6aeb1
commit 245a4f6de5
+2
View File
@@ -42,6 +42,8 @@ bool ConformTask::Run()
connect(decoder.get(), &Decoder::IndexProgress, this, &ConformTask::ProgressChanged);
qDebug() << "Starting conform of" << stream_.filename() << stream_.stream();
bool ret = decoder->ConformAudio(output_filenames_, params_, GetCancelAtom());
decoder->Close();