no parts selection if in/out is set
This commit is contained in:
parent
9e0df969e9
commit
6e9b9715fb
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ pandora.ui.downloadVideoDialog = function(options) {
|
|||
'mp4': 'MP4',
|
||||
},
|
||||
|
||||
parts = Ox.max(options.video.map(function(video) {
|
||||
parts = options.out ? null : Ox.max(options.video.map(function(video) {
|
||||
return video.index
|
||||
})),
|
||||
|
||||
|
|
Loading…
Reference in a new issue