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

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