feat: Bulk added CLI support for tracks and album functionalities in Lidarr

This commit is contained in:
2026-01-16 14:38:08 -07:00
parent 5e70d70758
commit bc6ecc39f4
26 changed files with 2058 additions and 34 deletions
@@ -7,6 +7,7 @@ use serde_json::Value;
mod albums;
mod artists;
mod tracks;
#[cfg(test)]
#[path = "lidarr_library_network_tests.rs"]