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
|
|
@ -12,12 +12,7 @@ pandora.ui.item = function() {
|
|||
|
||||
pandora.api.get({
|
||||
id: pandora.user.ui.item,
|
||||
keys: isVideoView ? [
|
||||
'audioTracks',
|
||||
'cuts', 'duration', 'durations', 'editable', 'layers',
|
||||
'modified', 'parts', 'posterFrame', 'rendered', 'rightslevel',
|
||||
'streams', 'size', 'videoRatio',
|
||||
].concat(pandora.site.itemTitleKeys) : []
|
||||
keys: isVideoView ? Ox.unique(pandora.VIDEO_OPTIONS_KEYS.concat(pandora.site.itemTitleKeys)) : []
|
||||
}, pandora.user.ui.itemView == 'info' && pandora.site.capabilities.canEditMetadata[pandora.user.level] ? 0 : -1, function(result) {
|
||||
|
||||
if (pandora.user.ui.item != item) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue