feat(network): Support for fetching Sonarr updates

This commit is contained in:
2024-11-22 16:46:36 -07:00
parent 22fbe025d9
commit 16ca8841a1
10 changed files with 230 additions and 36 deletions
+1 -1
View File
@@ -2730,7 +2730,7 @@ mod test {
}
#[tokio::test]
async fn test_handle_get_updates_event() {
async fn test_handle_get_radarr_updates_event() {
let updates_json = json!([{
"version": "4.3.2.1",
"releaseDate": "2023-04-15T02:02:53Z",