feat(handler): Full indexer tab handler support
This commit is contained in:
@@ -987,6 +987,7 @@ impl<'a, 'b> Network<'a, 'b> {
|
||||
url,
|
||||
api_key,
|
||||
seed_ratio,
|
||||
priority,
|
||||
..
|
||||
} = app.data.sonarr_data.edit_indexer_modal.as_ref().unwrap();
|
||||
|
||||
@@ -999,7 +1000,7 @@ impl<'a, 'b> Network<'a, 'b> {
|
||||
api_key.text.clone(),
|
||||
seed_ratio.text.clone(),
|
||||
tag_ids_vec,
|
||||
priority,
|
||||
*priority,
|
||||
)
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user