Should fix Beuc's bug with video thumbnail width... I think!

This commit is contained in:
Christopher Allan Webber 2013-08-28 09:15:16 -05:00
parent a126ef4d89
commit 7904402750

View File

@ -223,7 +223,7 @@ class CommonVideoProcessor(MediaProcessor):
'{basename}.thumbnail.jpg'))
if not thumb_size:
thumb_size = (mgg.global_config['media:thumb']['max_width'])
thumb_size = (mgg.global_config['media:thumb']['max_width'],)
# We will only use the width so that the correct scale is kept
transcoders.VideoThumbnailerMarkII(