Skip to content

Commit

Permalink
docs: remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dpolakovics committed Nov 6, 2024
1 parent bc9eea3 commit 19f610c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions internal/logic/sync-stereo.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,6 @@ func combineStereoFiles(folder1 string, folder2 string, outputFolder string, pro
return err
}

// coverArtString, err := getCoverArtString(file)
// if err != nil {
// return err
// }

// Construct FFmpeg command
newFileName := outputFolder + "/" + filepath.Base(files2[index])
newFileName = newFileName[:len(newFileName)-4] + "_synced.mp3"
Expand Down

0 comments on commit 19f610c

Please sign in to comment.