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:
@@ -1195,7 +1195,11 @@ impl<'a, 'b> Network<'a, 'b> {
|
||||
Studio: {studio}
|
||||
Genres: {}",
|
||||
certification.unwrap_or_default(),
|
||||
collection.title,
|
||||
collection
|
||||
.title
|
||||
.as_ref()
|
||||
.unwrap_or(&String::new())
|
||||
.to_owned(),
|
||||
genres.join(", ")
|
||||
)),
|
||||
..MovieDetailsModal::default()
|
||||
|
||||
Reference in New Issue
Block a user