fix(radarr): Pass the root folder ID in with the DeleteRootFolder event when publishing to the networking channel

This commit is contained in:
2024-12-17 15:41:28 -07:00
parent 9ea6dbec20
commit f5614995c7
6 changed files with 43 additions and 60 deletions
@@ -385,7 +385,7 @@ mod tests {
mock_network
.expect_handle_network_event()
.with(eq::<NetworkEvent>(
RadarrEvent::DeleteRootFolder(Some(expected_root_folder_id)).into(),
RadarrEvent::DeleteRootFolder(expected_root_folder_id).into(),
))
.times(1)
.returning(|_| {