diff --git a/VERSION b/VERSION index 9b7729ef..4d392f5f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.20.0-develop57 +1.20.0-develop58 diff --git a/modules/builder.py b/modules/builder.py index 90787b53..7ce75307 100644 --- a/modules/builder.py +++ b/modules/builder.py @@ -2123,6 +2123,8 @@ class CollectionBuilder: if method_name.endswith("_details"): if method_name.startswith(("tvdb_movie", "tvdb_show")): item = self.config.TVDb.get_tvdb_obj(values[0], is_movie=method_name.startswith("tvdb_movie")) + if item.summary: + self.summaries[method_name] = item.summary if item.background_url: self.backgrounds[method_name] = item.background_url if item.poster_url: