Skip to content

Commit 4e0cea2

Browse files
committed
fix episode cover
1 parent fd73e0e commit 4e0cea2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pythonbits/bb.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -660,6 +660,7 @@ def _render_summary(self):
660660
summary = {k: [s[k] for s in summaries] for k in ks}
661661
summary.update(**show_summary)
662662
summary.update(**title_i18n)
663+
summary['cover'] = summary['cover'][0]
663664
return summary
664665

665666
def _render_section_description(self):

0 commit comments

Comments
 (0)