Merge #214: sync manually grabbed subtitles with alass

Closes #214

# Conflicts:
#	crates/arr-api/src/state.rs
#	crates/arr-daemon/src/main.rs
This commit is contained in:
Miguel Palhas
2026-08-25 01:49:20 +01:00
5 changed files with 253 additions and 6 deletions
+2 -1
View File
@@ -151,7 +151,8 @@ async fn run() -> Result<(), Error> {
config.opensubtitles_username,
config.opensubtitles_password,
))
.with_jellyfin(api_jellyfin);
.with_jellyfin(api_jellyfin)
.with_syncer(arr_subs::Syncer::new().with_binary(config.alass_path.clone()));
let app = arr_api::router(state.clone())
.merge(arr_compat::router(compat))