mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 17:59:55 +02:00
Update
This commit is contained in:
parent
83d2b16383
commit
e76a5eb01f
1 changed files with 4 additions and 1 deletions
|
@ -96,7 +96,10 @@ if ($obj->BigVideo && empty($_GET['showOnly'])) {
|
||||||
<?php
|
<?php
|
||||||
if (!empty($program) && $videoRow['type'] == 'serie' && !empty($videoRow['serie_playlists_id'])) {
|
if (!empty($program) && $videoRow['type'] == 'serie' && !empty($videoRow['serie_playlists_id'])) {
|
||||||
?>
|
?>
|
||||||
<div class="gallerySerieOverlay" onclick="$(this).parent().find('.thumbsImageContainer > .aspectRatio16_9 > a').click();"><!-- BigVideo -->
|
<div class="gallerySerieOverlay"
|
||||||
|
style="cursor: pointer;"
|
||||||
|
onclick="$(this).parent().find('.thumbsImageContainer > .aspectRatio16_9 > a').click();">
|
||||||
|
<!-- BigVideo -->
|
||||||
<div class="gallerySerieOverlayTotal">
|
<div class="gallerySerieOverlayTotal">
|
||||||
<?php
|
<?php
|
||||||
$plids = PlayList::getVideosIDFromPlaylistLight($videoRow['serie_playlists_id']);
|
$plids = PlayList::getVideosIDFromPlaylistLight($videoRow['serie_playlists_id']);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue