Skip to content

Commit

Permalink
[TASK] change name of output file to audiobook file name
Browse files Browse the repository at this point in the history
  • Loading branch information
dpolakovics committed Nov 5, 2024
1 parent e6f4cf6 commit 909039b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/logic/sync-stereo.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ func combineStereoFiles(folder1 string, folder2 string, outputFolder string, pro
"-progress",
"pipe:1",
"-map", "[a]",
outputFolder + "/" + filepath.Base(file))
outputFolder + "/" + filepath.Base(files2[index]))
cmd.SysProcAttr = getSysProcAttr()
stdout, err := cmd.StdoutPipe()
if err != nil {
Expand Down

0 comments on commit 909039b

Please sign in to comment.