Merge pull request #1681 from Lordmau5/master
UI: Fix wrong filename building for Remux dialog
This commit is contained in:
commit
61e3a9084b
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user