fix(radarr): Provide the movie id alongside the GetMovieCredits event when publishing to the networking channel

This commit is contained in:
2024-12-17 20:42:52 -07:00
parent 1ad35652f8
commit e1d5139e36
7 changed files with 46 additions and 82 deletions
+1 -1
View File
@@ -654,7 +654,7 @@ mod tests {
mock_network
.expect_handle_network_event()
.with(eq::<NetworkEvent>(
RadarrEvent::GetMovieCredits(Some(expected_movie_id)).into(),
RadarrEvent::GetMovieCredits(expected_movie_id).into(),
))
.times(1)
.returning(|_| {