Feat: Added support for new tags in XMLTV

This commit is contained in:
Johnnybegood90
2026-03-14 13:36:12 +01:00
parent fc608ee0e0
commit 674c13ae26
6 changed files with 72 additions and 8 deletions
+12 -1
View File
@@ -17,8 +17,19 @@
font-size: 20px; font-weight: 700; color: var(--text);
margin-bottom: 8px; line-height: 1.2;
}
.pm-subtitle {
font-size: 13px; color: var(--text); margin-bottom: 10px;
font-style: italic;
}
.pm-time {
font-size: 12px; color: var(--accent); margin-bottom: 14px;
font-size: 12px; color: var(--accent); margin-bottom: 10px;
}
.pm-meta {
font-size: 12px; color: var(--text-muted); margin-bottom: 10px;
}
.pm-genres {
font-size: 12px; color: var(--text); margin-bottom: 12px;
font-weight: 600;
}
.pm-desc {
font-size: 13px; color: var(--text-muted); line-height: 1.6;