use same video keys in all players
This commit is contained in:
parent
773ab702e7
commit
105e00917a
4 changed files with 23 additions and 17 deletions
|
|
@ -2011,6 +2011,24 @@ pandora.getCensoredClips = function(data) {
|
|||
});
|
||||
};
|
||||
|
||||
pandora.VIDEO_OPTIONS_KEYS = [
|
||||
'audioTracks',
|
||||
'cuts',
|
||||
'duration',
|
||||
'durations',
|
||||
'editable',
|
||||
'layers',
|
||||
'modified',
|
||||
'parts',
|
||||
'posterFrame',
|
||||
'rendered',
|
||||
'rightslevel',
|
||||
'size',
|
||||
'streams',
|
||||
'title',
|
||||
'videoRatio'
|
||||
];
|
||||
|
||||
pandora.getVideoOptions = function(data) {
|
||||
var canPlayClips = data.editable
|
||||
|| pandora.site.capabilities.canPlayClips[pandora.user.level]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue