fix(network): Fixed an issue with dynamic typing in responses from Sonarr for history items

This commit is contained in:
2024-11-20 19:22:13 -07:00
parent df1eea22ab
commit f5631376af
10 changed files with 49 additions and 40 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ mod tests {
Release, RootFolder, SystemStatus, Tag, Task, TaskName, Update,
},
servarr_models::{HostConfig, Log, LogResponse, QueueEvent, SecurityConfig},
Serdeable,
EnumDisplayStyle, Serdeable,
};
#[test]