expose per clip volume in edits

This commit is contained in:
j 2017-04-15 13:45:31 +02:00
commit be34383f8c
6 changed files with 58 additions and 9 deletions

View file

@ -1197,6 +1197,9 @@ pandora.getClipVideos = function(clip, resolution) {
if (clip.id) {
item.id = clip.id;
}
if (Ox.isNumber(clip.volume)) {
item.volume = clip.volume;
}
if (
currentTime <= start
&& currentTime + clip.durations[i] > start