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