feat: Full support for deleting an artist via CLI and TUI

This commit is contained in:
2026-01-05 15:44:51 -07:00
parent bc3aeefa6e
commit 6771a0ab38
43 changed files with 1995 additions and 332 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ use crate::{
use super::App;
pub(in crate::app) mod lidarr_context_clues;
pub mod lidarr_context_clues;
#[cfg(test)]
#[path = "lidarr_tests.rs"]