mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update ffmpeg info
This commit is contained in:
parent
1a222243de
commit
986eb0e32c
47 changed files with 284 additions and 250 deletions
|
@ -1546,7 +1546,7 @@
|
|||
|
||||
if (newIndexValue != currentIndexValue) {
|
||||
|
||||
html += '<h2 class="timelineHeader detailSectionHeader" style="text-align:center;">' + newIndexValue + '</h2>';
|
||||
html += '<h1 class="timelineHeader" style="text-align:center;">' + newIndexValue + '</h1>';
|
||||
currentIndexValue = newIndexValue;
|
||||
}
|
||||
} else if (options.timeline) {
|
||||
|
@ -1554,7 +1554,7 @@
|
|||
|
||||
if (year != currentIndexValue) {
|
||||
|
||||
html += '<h2 class="timelineHeader detailSectionHeader">' + year + '</h2>';
|
||||
html += '<h1 class="timelineHeader">' + year + '</h1>';
|
||||
currentIndexValue = year;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue