feat(handler): Full indexer tab handler support

This commit is contained in:
2024-12-03 17:46:37 -07:00
parent 8660de530d
commit 093ef136e7
23 changed files with 4995 additions and 79 deletions
+2 -1
View File
@@ -1056,6 +1056,7 @@ impl<'a, 'b> Network<'a, 'b> {
url,
api_key,
seed_ratio,
priority,
..
} = app.data.radarr_data.edit_indexer_modal.as_ref().unwrap();
@@ -1068,7 +1069,7 @@ impl<'a, 'b> Network<'a, 'b> {
api_key.text.clone(),
seed_ratio.text.clone(),
tag_ids_vec,
priority,
*priority,
)
};