fix(sonarr): Construct and pass the add series body alongside AddSeries events when publishing to the networking channel
This commit is contained in:
@@ -34,6 +34,8 @@ pub struct AddSeriesBody {
|
||||
pub series_type: String,
|
||||
pub season_folder: bool,
|
||||
pub tags: Vec<i64>,
|
||||
#[serde(skip_serializing, skip_deserializing)]
|
||||
pub tag_input_string: Option<String>,
|
||||
pub add_options: AddSeriesOptions,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user