From 5bc902204614be208e0b068d2661a3503b1c05d1 Mon Sep 17 00:00:00 2001 From: Miguel Palhas Date: Tue, 25 Aug 2026 06:31:27 +0100 Subject: [PATCH] fix(arr): pass the podnapisi seam to the lamp probes #200 branched before #205's ARR_PODNAPISI_URL seam was pushed, so its new broken::SubtitleUpstreams call site was written against the three-argument subtitle_providers. The merge was textually clean and did not build. --- crates/arr-daemon/src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/arr-daemon/src/main.rs b/crates/arr-daemon/src/main.rs index 32d0806..55c45e1 100644 --- a/crates/arr-daemon/src/main.rs +++ b/crates/arr-daemon/src/main.rs @@ -430,6 +430,7 @@ fn register_broken( config.opensubtitles_api_key.clone(), config.opensubtitles_username.clone(), config.opensubtitles_password.clone(), + config.podnapisi_url.clone(), ), backends: translators.backends.clone(), alass_path: config.alass_path.clone(),