Skip to content

Commit

Permalink
Update subtitle_webservice.go
Browse files Browse the repository at this point in the history
  • Loading branch information
mikekatica authored Jul 8, 2024
1 parent 2857494 commit 573c5bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/webservices/subtitle_webservice.go
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ func (w *SubtitleWebservice) ExtractSubtitleBulkAPI() gin.HandlerFunc {
}
glog.V(4).Infof("Processing file found at: %v", path)
if event.TrackOverride != nil {
go w.ExtractSubtitleAction2(path, &event.TrackOverride)
go w.ExtractSubtitleAction2(path, *event.TrackOverride)
} else {
go w.ExtractSubtitleAction(subtitleparser.SubtitleLanguageDefault{DefaultLang: nil}, path)
}
Expand Down

0 comments on commit 573c5bf

Please sign in to comment.