fix: Magazine card wasn't working.

This commit is contained in:
Johnnybegood90
2026-03-15 02:28:35 +01:00
parent 721eb67c2f
commit 804490ca48
3 changed files with 43 additions and 12 deletions
+1
View File
@@ -98,6 +98,7 @@
background: transparent;
border: 1px solid var(--border-bright);
color: var(--text-dim);
text-decoration: none;
font-family: 'Share Tech Mono', monospace;
font-size: 10px;
letter-spacing: 0.1em;
+1 -1
View File
@@ -12,7 +12,7 @@
<?php if (!empty($m3u_url)): ?>
<button class="copy-btn" onclick="copyUrl('m3u')" title="<?= htmlspecialchars($L["copy_m3u"]) ?>"><?= htmlspecialchars($L["copy_m3u"]) ?></button>
<?php endif; ?>
<a class="copy-btn" href="/export.php" title="Export 24h">PDF</a>
<a class="copy-btn" href="/export.php" title="Export 24h">Export</a>
</div>
<?php if (count($epg_sources) > 1 || $allow_personal_epg): ?>
<div class="source-dropdown" id="sourceDropdown">