feat: TUI support for Lidarr library

This commit is contained in:
2026-01-05 13:10:30 -07:00
parent e61537942b
commit bc3aeefa6e
29 changed files with 2113 additions and 91 deletions
@@ -20,7 +20,7 @@ impl Network<'_, '_> {
pub(in crate::network::sonarr_network) async fn add_sonarr_series(
&mut self,
mut add_series_body: AddSeriesBody,
) -> anyhow::Result<Value> {
) -> Result<Value> {
info!("Adding new series to Sonarr");
let event = SonarrEvent::AddSeries(AddSeriesBody::default());
if let Some(tag_input_str) = add_series_body.tag_input_string.as_ref() {