fix(radarr): Provide the movie ID alongside all TriggerAutomaticMovieSearch events when publishing to the networking channel

This commit is contained in:
2024-12-17 21:26:34 -07:00
parent 8d071c7674
commit cb8035a2ce
32 changed files with 320 additions and 224 deletions
+1 -1
View File
@@ -775,7 +775,7 @@ mod tests {
id: 1,
..Indexer::default()
}]);
assert_eq!(app.extract_indexer_id().await, 1);
}