Skip to content

Commit ee69e33

Browse files
plotskimueslo
authored andcommitted
Fix adding guessit's edition information
1 parent 8a4d6c8 commit ee69e33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pythonbits/bb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ def _render_additional(self):
525525

526526
edition = self['guess'].get('edition')
527527
if edition:
528-
additional.append(edition)
528+
additional.extend(edition)
529529

530530
if 'BT.2020' in video_track.get('color_primaries', ''):
531531
additional.append('HDR10')

0 commit comments

Comments
 (0)