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:
@@ -2,7 +2,6 @@ use std::sync::Arc;
|
||||
|
||||
use anyhow::Result;
|
||||
use clap::{Subcommand, arg};
|
||||
use indoc::formatdoc;
|
||||
use serde_json::json;
|
||||
use tokio::sync::Mutex;
|
||||
|
||||
@@ -60,10 +59,7 @@ pub enum LidarrListCommand {
|
||||
Artists,
|
||||
#[command(about = "List all items in the Lidarr blocklist")]
|
||||
Blocklist,
|
||||
#[command(about = formatdoc!(
|
||||
"List disk space details for all provisioned root folders in Lidarr
|
||||
(returns unfiltered response; i.e. ignores 'monitored_storage_paths' config field)")
|
||||
)]
|
||||
#[command(about = "List disk space details for all provisioned root folders in Lidarr")]
|
||||
DiskSpace,
|
||||
#[command(about = "List all active downloads in Lidarr")]
|
||||
Downloads {
|
||||
|
||||
Reference in New Issue
Block a user