in embed player, show title

This commit is contained in:
rolux 2013-02-15 11:32:08 +05:30
parent 220c92bde9
commit a0b8728828

View file

@ -35,7 +35,7 @@ Ox.load('UI', {
open: 'Watch on ' + pandora.site.site.name open: 'Watch on ' + pandora.site.site.name
}, },
controlsTop: (options.showCloseButton ? ['close'] : []).concat( controlsTop: (options.showCloseButton ? ['close'] : []).concat(
['space', 'open'] ['title', 'open']
), ),
duration: data.duration, duration: data.duration,
enableFind: false, enableFind: false,