fix: wire FfmpegWrapUpRenderer into worker when ffmpeg available
Some checks failed
CI / Check / Test (push) Failing after 41s

This commit is contained in:
2026-06-03 00:06:04 +02:00
parent bb503f3ce8
commit cb611bcc7d
2 changed files with 11 additions and 1 deletions

View File

@@ -29,6 +29,7 @@ export = { workspace = true }
tmdb-enrichment = { workspace = true }
importer = { workspace = true }
image-converter = { workspace = true }
wrapup-renderer = { workspace = true }
nats = { workspace = true, optional = true }
sqlx = { workspace = true }
async-trait = { workspace = true }