forked from 0x2620/pandora
pass loop
This commit is contained in:
parent
23bc662211
commit
156f4f255a
1 changed files with 1 additions and 0 deletions
|
@ -92,6 +92,7 @@ pandora.ui.embedPlayer = function() {
|
||||||
invertHighlight: options.invertHighlight,
|
invertHighlight: options.invertHighlight,
|
||||||
muted: ui.videoMuted,
|
muted: ui.videoMuted,
|
||||||
paused: options.paused,
|
paused: options.paused,
|
||||||
|
loop: options.loop,
|
||||||
playInToOut: options.playInToOut,
|
playInToOut: options.playInToOut,
|
||||||
position: options.position,
|
position: options.position,
|
||||||
poster: pandora.getMediaURL('/' + options.item + '/' + '96p' + (
|
poster: pandora.getMediaURL('/' + options.item + '/' + '96p' + (
|
||||||
|
|
Loading…
Reference in a new issue