forked from 0x2620/pandora
pass subtitlesDefaultTrack and resolution in editor
This commit is contained in:
parent
f244476138
commit
8aa95d35f2
2 changed files with 5 additions and 6 deletions
|
|
@ -920,7 +920,8 @@ pandora.getClipVideos = function(clip, resolution) {
|
|||
resolution = resolution || pandora.user.ui.videoResolution;
|
||||
return Ox.flatten(Ox.range(clip.parts).map(function(i) {
|
||||
var item = {
|
||||
src: pandora.getVideoURL(clip.item, resolution, i + 1)
|
||||
src: pandora.getVideoURL(clip.item, resolution, i + 1),
|
||||
resolution: resolution
|
||||
};
|
||||
if (currentTime + clip.durations[i] <= start || currentTime > end) {
|
||||
item = null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue