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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user