fix(sonarr): Provide the task name directly alongside all StartTask events when publishing to the networking channel

This commit is contained in:
2024-12-18 00:56:21 -07:00
parent 1193b8c848
commit 42479ced21
6 changed files with 65 additions and 56 deletions
+1 -1
View File
@@ -624,7 +624,7 @@ mod tests {
mock_network
.expect_handle_network_event()
.with(eq::<NetworkEvent>(
SonarrEvent::StartTask(Some(expected_task_name)).into(),
SonarrEvent::StartTask(expected_task_name).into(),
))
.times(1)
.returning(|_| {