feat(network): Added the GetIndexers network call for Sonarr

This commit is contained in:
2024-11-18 19:54:42 -07:00
parent aaa4e67f43
commit d8979221c8
7 changed files with 157 additions and 8 deletions
+1 -1
View File
@@ -2261,7 +2261,7 @@ mod test {
}
#[tokio::test]
async fn test_handle_get_indexers_event() {
async fn test_handle_get_radarr_indexers_event() {
let indexers_response_json = json!([{
"enableRss": true,
"enableAutomaticSearch": true,