WIP: Submit transcoding jobs via a HTTP API #6
@ -205,7 +205,7 @@ public class JDBCTranscriptionRepository implements TranscriptionRepository {
|
|||||||
notification_attempts = notification_attempts + 1
|
notification_attempts = notification_attempts + 1
|
||||||
WHERE id = :id
|
WHERE id = :id
|
||||||
""")
|
""")
|
||||||
.param("now", Time.from(now))
|
.param("now", java.util.Date.from(now))
|
||||||
.param("id", transcription.id())
|
.param("id", transcription.id())
|
||||||
.update();
|
.update();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user