fix(sonarr): Construct and pass edit indexer parameters alongside all EditIndexer events when publishing to the networking channel

This commit is contained in:
2024-12-17 23:22:56 -07:00
parent 89d106c03e
commit 38c0ad29dd
6 changed files with 453 additions and 400 deletions
+1 -1
View File
@@ -697,7 +697,7 @@ mod tests {
mock_network
.expect_handle_network_event()
.with(eq::<NetworkEvent>(
SonarrEvent::EditIndexer(Some(expected_edit_indexer_params)).into(),
SonarrEvent::EditIndexer(expected_edit_indexer_params).into(),
))
.times(1)
.returning(|_| {