1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

fix categories

This commit is contained in:
Luke Pulverenti 2016-09-28 03:50:20 -04:00
parent 35c68c997d
commit 6baeb0095d

View file

@ -391,6 +391,10 @@
displayInnerContent = displayOtherContent;
}
if (!displayInnerContent) {
accentCssClass = null;
}
if (enableColorCodedBackgrounds && accentCssClass) {
cssClass += ' ' + accentCssClass;