Skip to content

Commit

Permalink
Fix if statement
Browse files Browse the repository at this point in the history
  • Loading branch information
KillerX committed Nov 8, 2024
1 parent fe1c016 commit e01fcd8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions services/transcode/preview.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,7 @@ func AudioPreview(input PreviewInput, progressCallback ffmpeg.ProgressCallback)

fileMap[l.ISO6391] = fileName
}
}
if isMU2 {
} else if isMU2 {
for i, l := range bccmflows.LanguagesByMU2 {
fileName := filepath.Join(input.OutputDir, fmt.Sprintf("%d.%s.aac", i, l.ISO6391))

Expand Down

0 comments on commit e01fcd8

Please sign in to comment.