fix(radarr): Construct and pass params when publishing the EditIndexer event to the networking channel
This commit is contained in:
@@ -382,7 +382,7 @@ mod tests {
|
||||
minimum_availability: "released".to_owned(),
|
||||
monitored: false,
|
||||
tags: vec![1, 2],
|
||||
tag_input_string: String::new(),
|
||||
tag_input_string: None,
|
||||
add_options: AddMovieOptions {
|
||||
monitor: "movieAndCollection".to_owned(),
|
||||
search_for_movie: false,
|
||||
|
||||
Reference in New Issue
Block a user