feat(network): Support for fetching all Sonarr root folders

This commit is contained in:
2024-11-21 16:37:23 -07:00
parent f4c647342b
commit 16538a3158
18 changed files with 138 additions and 45 deletions
+1 -1
View File
@@ -2872,7 +2872,7 @@ mod test {
}
#[tokio::test]
async fn test_handle_get_root_folders_event() {
async fn test_handle_get_radarr_root_folders_event() {
let root_folder_json = json!([{
"id": 1,
"path": "/nfs",