Jelajahi Sumber

UI: Fix wrong filename building for Remux dialog

Lordmau5 6 tahun lalu
induk
melakukan
af4c3ad030
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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)