提交 af4c3ad0 编写于 作者: L Lordmau5

UI: Fix wrong filename building for Remux dialog

上级 ef270c8b
......@@ -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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册