[58] fix tvdb_show_details summary

pull/1964/head
meisnate12 1 month ago
parent 265c2b8294
commit 14abfe2806

@ -1 +1 @@
1.20.0-develop57
1.20.0-develop58

@ -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:

Loading…
Cancel
Save