Update and fix acceptance to show captions when correct.

This commit is contained in:
Peter Fogg
2013-06-12 10:15:23 -04:00
parent 1ff72e0bae
commit 008c769ffb
3 changed files with 36 additions and 13 deletions

View File

@@ -75,7 +75,7 @@ class VideoModule(VideoFields, XModule):
'track': self.track,
'display_name': self.display_name_with_default,
'caption_asset_path': "/static/subs/",
'show_captions': self.show_captions,
'show_captions': 'true' if self.show_captions else 'false',
'start': self.start_time,
'end': self.end_time
})