Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
KillerX committed Nov 28, 2024
1 parent e392d77 commit c868a70
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion workflows/misc/merge_import_subs.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,11 @@ func MergeAndImportSubtitlesFromCSV(ctx workflow.Context, params MergeAndImportS
_ = wfutils.Execute(ctx, activities.Vidispine.WaitForJobCompletion, vsactivity.WaitForJobCompletionParams{
JobID: jobRes.JobID,
SleepTime: 10,
}).Get(ctx, nil)
}).Wait(ctx)
}

wfutils.SendTelegramText(ctx, telegram.ChatOther, "🟩 CSV based sub merge and import for VXID: "+params.TargetVXID+" finished")

return true, nil
}

Expand Down

0 comments on commit c868a70

Please sign in to comment.