Lidarr support #1

Merged
Dark-Alex-17 merged 61 commits from lidarr into main 2026-01-21 21:30:47 +00:00
Showing only changes of commit 4e13d5d34d - Show all commits
+1 -1
View File
@@ -76,6 +76,7 @@ mod tests {
use serde_json::json;
use tokio::sync::Mutex;
use crate::cli::lidarr::get_command_handler::LidarrGetCommand;
use crate::{
app::App,
cli::{
@@ -91,7 +92,6 @@ mod tests {
},
network::{MockNetworkTrait, NetworkEvent, lidarr_network::LidarrEvent},
};
use crate::cli::lidarr::get_command_handler::LidarrGetCommand;
#[tokio::test]
async fn test_lidarr_cli_handler_delegates_get_commands_to_the_get_command_handler() {