UI: Fix wrong filename building for Remux dialog

This commit is contained in:
Lordmau5 2019-02-24 01:24:16 +01:00
parent ef270c8ba0
commit af4c3ad030

View File

@ -482,7 +482,7 @@ void RemuxQueueModel::checkInputPath(int row)
if (entry.state == RemuxEntryState::Ready)
entry.targetPath = fileInfo.path() + QDir::separator()
+ fileInfo.baseName() + ".mp4";
+ fileInfo.completeBaseName() + ".mp4";
}
if (entry.state == RemuxEntryState::Ready && isProcessing)