feat: CLI support for deleting an album from Lidarr

This commit is contained in:
2026-01-09 16:33:32 -07:00
parent b2814371f0
commit 09bee7473f
14 changed files with 402 additions and 212 deletions
+1 -1
View File
@@ -255,7 +255,7 @@ pub struct LidarrCommandBody {
#[derive(Serialize, Deserialize, Debug, Default, Clone, Eq, PartialEq)]
#[serde(rename_all = "lowercase")]
pub struct DeleteArtistParams {
pub struct DeleteParams {
pub id: i64,
pub delete_files: bool,
pub add_import_list_exclusion: bool,