fix(radarr): Pass in the movie ID alongside the GetMovieHistory event when publishing to the networking channel

This commit is contained in:
2024-12-17 20:50:00 -07:00
parent 4c396c3442
commit 92d9222b05
6 changed files with 14 additions and 61 deletions
+1 -1
View File
@@ -208,7 +208,7 @@ mod tests {
mock_network
.expect_handle_network_event()
.with(eq::<NetworkEvent>(
RadarrEvent::GetMovieHistory(Some(expected_movie_id)).into(),
RadarrEvent::GetMovieHistory(expected_movie_id).into(),
))
.times(1)
.returning(|_| {