mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update channel display
This commit is contained in:
parent
dc87e4ccc2
commit
1ab2aaa51a
3 changed files with 18 additions and 6 deletions
|
@ -19,7 +19,7 @@
|
|||
|
||||
if (startDateText != currentIndexValue) {
|
||||
|
||||
html += '<h2 class="detailSectionHeader tvProgramSectionHeader">' + startDateText + '</h2>';
|
||||
html += '<h1 tvProgramSectionHeader" style="margin-bottom:1em;">' + startDateText + '</h1>';
|
||||
currentIndexValue = startDateText;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue