forked from 0x2620/pandora
in embed player, show title
This commit is contained in:
parent
220c92bde9
commit
a0b8728828
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue