keep position in preview player
This commit is contained in:
parent
3a09834ee5
commit
87c7797181
1 changed files with 3 additions and 4 deletions
|
|
@ -150,14 +150,13 @@ pandora.ui.previewPlayer = function() {
|
|||
+ Ox.formatDuration($player.options('position'));
|
||||
pandora.openURL(url);
|
||||
},
|
||||
playing: function(data) {
|
||||
/*
|
||||
position: function(data) {
|
||||
console.log('position', data)
|
||||
pandora.UI.set(
|
||||
'videoPoints.' + item.id + '.position',
|
||||
data.position
|
||||
);
|
||||
*/
|
||||
}
|
||||
},
|
||||
});
|
||||
that.options({content: $player});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue