forked from 0x2620/pandora
embedTimeline: fix subtitles (fixes #2823)
This commit is contained in:
parent
3da3bd37fd
commit
5418613023
4 changed files with 17 additions and 31 deletions
|
|
@ -65,7 +65,7 @@ pandora.ui.embedTimeline = function() {
|
|||
position: options.position,
|
||||
resolution: Ox.min(pandora.site.video.resolutions),
|
||||
smallTimelineURL: pandora.getMediaURL('/' + ui.item + '/timeline16p.jpg'),
|
||||
subtitles: video.subtitles,
|
||||
subtitles: pandora.getSubtitles(video),
|
||||
timeline: ui.videoTimeline,
|
||||
timelines: pandora.site.timelines,
|
||||
video: video.video,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue