fix(sonarr): Construct and pass edit series parameters alongside all EditSeries events when publishing to the networking channel
This commit is contained in:
@@ -194,6 +194,8 @@ pub struct EditSeriesParams {
|
||||
pub series_type: Option<SeriesType>,
|
||||
pub root_folder_path: Option<String>,
|
||||
pub tags: Option<Vec<i64>>,
|
||||
#[serde(skip_serializing, skip_deserializing)]
|
||||
pub tag_input_string: Option<String>,
|
||||
pub clear_tags: bool,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user