more scrollbars, but avoid horizontal
This commit is contained in:
parent
2faacac5a8
commit
4338315d57
3 changed files with 5 additions and 3 deletions
|
|
@ -131,6 +131,7 @@ pandora.ui.addItemDialog = function(options) {
|
|||
$video.one('error', function(event) {
|
||||
if (!done) {
|
||||
done = true;
|
||||
$video[0].src = ''
|
||||
URL.revokeObjectURL(url);
|
||||
callback(info);
|
||||
}
|
||||
|
|
@ -146,6 +147,7 @@ pandora.ui.addItemDialog = function(options) {
|
|||
if (info.duration) {
|
||||
info.bitrate = info.size * 8 / info.duration / 1000;
|
||||
}
|
||||
$video[0].src = ''
|
||||
URL.revokeObjectURL(url);
|
||||
callback(info);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue