Merge pull request #1681 from Lordmau5/master

UI: Fix wrong filename building for Remux dialog
This commit is contained in:
Richard Stanway 2019-02-24 01:44:43 +01:00 committed by GitHub
commit 61e3a9084b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)