1
0
Fork 0
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:
Luke Pulverenti 2015-09-02 11:33:20 -04:00
parent 1a222243de
commit 986eb0e32c
47 changed files with 284 additions and 250 deletions

View file

@ -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;
}
}