fix(sonarr): Pass the series ID alongside all UpdateAndScan events when publishing to the networking channel

This commit is contained in:
2024-12-18 01:40:47 -07:00
parent 33249f509f
commit 7e36ad4e8a
7 changed files with 15 additions and 41 deletions
@@ -119,7 +119,7 @@ mod tests {
mock_network
.expect_handle_network_event()
.with(eq::<NetworkEvent>(
SonarrEvent::UpdateAndScanSeries(Some(expected_series_id)).into(),
SonarrEvent::UpdateAndScanSeries(expected_series_id).into(),
))
.times(1)
.returning(|_| {