Explorar o código

UI: Fix wrong filename building for Remux dialog

Lordmau5 %!s(int64=6) %!d(string=hai) anos
pai
achega
af4c3ad030
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      UI/window-remux.cpp

+ 1 - 1
UI/window-remux.cpp

@@ -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)