add volume/loop to embed options

This commit is contained in:
j 2018-04-13 14:21:33 +02:00
commit 0743376917
2 changed files with 6 additions and 2 deletions

View file

@ -1373,12 +1373,13 @@ pandora.getFoldersWidth = function(section) {
};
pandora.getHash = function(state, callback) {
// FIXME: remove this
var embedKeys = [
'annotationsRange', 'annotationsSort',
'embed',
'ignoreRights', 'invertHighlight',
'matchRatio',
'paused', 'playInToOut',
'paused', 'playInToOut', 'loop', 'volume',
'showAnnotations', 'showCloseButton', 'showLayers', 'showTimeline',
'timeline', 'title'
],