refactor: Removed the filtering of monitored_storage_paths from the networking module and migrated all of it to the UI

This commit is contained in:
2026-01-22 13:12:51 -07:00
parent 3be7b09da8
commit 64fad3b9bc
9 changed files with 7 additions and 285 deletions
+1 -5
View File
@@ -2,7 +2,6 @@ use std::sync::Arc;
use anyhow::Result;
use clap::{Subcommand, command};
use indoc::formatdoc;
use tokio::sync::Mutex;
use crate::{
@@ -28,10 +27,7 @@ pub enum RadarrListCommand {
#[arg(long, help = "How many downloads to fetch", default_value_t = 500)]
count: u64,
},
#[command(about = formatdoc!(
"List disk space details for all provisioned root folders in Radarr
(returns unfiltered response; i.e. ignores 'monitored_storage_paths' config field)")
)]
#[command(about = "List disk space details for all provisioned root folders in Radarr")]
DiskSpace,
#[command(about = "Fetch all Radarr history events")]
History {