WIP: Submit transcoding jobs via a HTTP API #6
@ -187,7 +187,7 @@ public class JDBCTranscriptionRepository implements TranscriptionRepository {
|
||||
public void markAsCompleted(Transcription transcription) {
|
||||
jdbcClient.sql("""
|
||||
UPDATE transcriptions
|
||||
SET notification_successful = true
|
||||
SET notification_success = true
|
||||
WHERE id = :id
|
||||
""")
|
||||
.param("id", transcription.id())
|
||||
|
Loading…
x
Reference in New Issue
Block a user