Skip to content

Commit 344a8a5

Browse files
committed
fixed the outputCollectionPath
1 parent 2f85c8f commit 344a8a5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

SpleeterGui/Form1.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1316,6 +1316,7 @@ private void run_StemSyncer()
13161316
createNewCollection = " -create";
13171317
}
13181318
collectionPath = (char)34 + collectionPath + (char)34;
1319+
outputCollectionPath = (char)34 + outputCollectionPath + (char)34;
13191320

13201321
textBox1.AppendText("\r\n" +
13211322
"Running StemSyncer!");

0 commit comments

Comments
 (0)