Skip to content

Commit

Permalink
[58] fix tvdb_show_details summary
Browse files Browse the repository at this point in the history
  • Loading branch information
meisnate12 committed Apr 3, 2024
1 parent 265c2b8 commit 14abfe2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.20.0-develop57
1.20.0-develop58
2 changes: 2 additions & 0 deletions modules/builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -2123,6 +2123,8 @@ def _tvdb(self, method_name, method_data):
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:
Expand Down

0 comments on commit 14abfe2

Please sign in to comment.