forked from 0x2620/pandora
add default video ratio for audio files
This commit is contained in:
parent
9208e09dd2
commit
d3c3378267
1 changed files with 1 additions and 0 deletions
|
@ -2020,6 +2020,7 @@ pandora.getVideoOptions = function(data) {
|
||||||
})
|
})
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
data.videoRatio = data.videoRatio || pandora.site.video.previewRatio;
|
||||||
return options;
|
return options;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue