Fixed some breaking changes with the most recent Radarr version. A few API fields were changed with either new names, or were omitted from some responses entirely and they were not documented by the Radarr team making them difficult to track down.

This commit is contained in:
2024-02-19 18:35:51 -07:00
parent 6cadf70c1e
commit 63dd6c3ad9
6 changed files with 47 additions and 30 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ repository = "https://github.com/Dark-Alex-17/managarr"
homepage = "https://github.com/Dark-Alex-17/managarr"
readme = "README.md"
edition = "2021"
rust-version = "1.75.0"
rust-version = "1.76.0"
[dependencies]
anyhow = "1.0.68"