Updated README and fixed a TMDB parsing bug for movie details

This commit is contained in:
2023-08-08 10:50:04 -06:00
parent a304367e0e
commit 2cb4cd3eee
13 changed files with 111 additions and 6 deletions
+7
View File
@@ -12,6 +12,13 @@ pub mod radarr_models;
pub enum Route {
Radarr(ActiveRadarrBlock),
Sonarr,
Readarr,
Lidarr,
Whisparr,
Bazarr,
Prowlarr,
Overseerr,
Tautulli,
}
pub trait Scrollable {