feat(cli): Added sonarr support for listing downloads, listing quality profiles, and fetching detailed information about an episode

This commit is contained in:
2024-11-15 18:41:13 -07:00
parent e14b7072c6
commit 003f319385
10 changed files with 201 additions and 11 deletions
+1 -1
View File
@@ -2182,7 +2182,7 @@ mod test {
}
#[tokio::test]
async fn test_handle_get_downloads_event() {
async fn test_handle_get_radarr_downloads_event() {
let downloads_response_json = json!({
"records": [{
"title": "Test Download Title",