forked from 0x2620/pandora
round duration to 3
This commit is contained in:
parent
f642c010cd
commit
7b401cfe28
2 changed files with 4 additions and 2 deletions
|
|
@ -189,7 +189,7 @@ pandora.ui.cacheDialog = function() {
|
|||
keys: ['id', 'clips']
|
||||
}, function(result) {
|
||||
Ox.unique(result.data.clips.map(function(clip) {
|
||||
return clip.item
|
||||
return clip.item;
|
||||
})).forEach(function(item) {
|
||||
var update = false;
|
||||
pandora.fs.cacheVideo(item, function(data) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue