Skip to content

Commit

Permalink
Add lang to sub name
Browse files Browse the repository at this point in the history
  • Loading branch information
KillerX committed Nov 28, 2024
1 parent 759988b commit 82b7a00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/misc/merge_import_subs.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ func MergeAndImportSubtitlesFromCSV(ctx workflow.Context, params MergeAndImportS

if _, ok := mergeData[lang]; !ok {
mergeData[lang] = &common.MergeInput{
Title: params.Title,
Title: params.Title + "_" + lang,
WorkDir: tempPath,
OutputDir: outputPath,
}
Expand Down

0 comments on commit 82b7a00

Please sign in to comment.