diff options
Diffstat (limited to 'template/assemblies/player/relive.phtml')
-rw-r--r-- | template/assemblies/player/relive.phtml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/template/assemblies/player/relive.phtml b/template/assemblies/player/relive.phtml index 361e1bb..91c79ba 100644 --- a/template/assemblies/player/relive.phtml +++ b/template/assemblies/player/relive.phtml @@ -1,9 +1,7 @@ <div - style="max-width: <?=h($width)?>px; max-height: <?=h($height)?>px;" class="video-wrap" - data-width="<?=h($width)?>" - data-height="<?=h($height)?>" - data-m3u8="<?=h(forceproto($talk['playlist']))?>" + data-voc-player + data-source="<?= h(forceproto($talk['playlist'])) ?>" <? if(array_key_exists('sprites', $talk)): ?> data-sprites="<?= h($talk['sprites']['url']) ?>" data-sprites-n="<?= h($talk['sprites']['n']) ?>" |