fix(network): Force sonarr to save edits to indexers

This commit is contained in:
2024-11-25 16:28:21 -07:00
parent ee312a21eb
commit c7a0e33485
2 changed files with 31 additions and 7 deletions
+1 -1
View File
@@ -1060,7 +1060,7 @@ impl<'a, 'b> Network<'a, 'b> {
RequestMethod::Put,
Some(detailed_indexer_body),
Some(format!("/{id}")),
None,
Some("forceSave=true".to_owned()),
)
.await;