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

This commit is contained in:
2024-12-18 00:12:18 -07:00
parent 924f8d5eff
commit fcb87a6779
7 changed files with 22 additions and 121 deletions
@@ -130,7 +130,7 @@ mod tests {
mock_network
.expect_handle_network_event()
.with(eq::<NetworkEvent>(
SonarrEvent::GetEpisodeReleases(Some(expected_episode_id)).into(),
SonarrEvent::GetEpisodeReleases(expected_episode_id).into(),
))
.times(1)
.returning(|_| {