Skip to content

Commit

Permalink
fix: improved redundancy
Browse files Browse the repository at this point in the history
  • Loading branch information
Paxx committed Mar 31, 2023
1 parent ab5afdb commit f5df176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func main() {
fmt.Printf("Start Montage\n")
s.Montage(frames)

if flags.Vtt == "" && flags.Vtt == "" {
if flags.Vtt == "" {
return
}

Expand Down

0 comments on commit f5df176

Please sign in to comment.