This commit is contained in:
Gogs
2026-07-09 15:03:21 +02:00
parent fb6b92c86c
commit 35e7823cd4
4 changed files with 220 additions and 15 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ $isFavoritesView = ($view ?? '') === 'favorites';
</div>
<?php endif; ?>
<div class="now-grid now-grid-enhanced" data-live-now-grid>
<div class="now-grid now-grid-enhanced" <?= !$isFavoritesView ? 'data-live-now-grid' : '' ?>>
<?php foreach ($currentProgrammes as $item): ?>
<?php
$logoUrl = LogoService::getLogoUrl($item['channel_id']);