mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix categories
This commit is contained in:
parent
35c68c997d
commit
6baeb0095d
1 changed files with 4 additions and 0 deletions
|
@ -391,6 +391,10 @@
|
|||
displayInnerContent = displayOtherContent;
|
||||
}
|
||||
|
||||
if (!displayInnerContent) {
|
||||
accentCssClass = null;
|
||||
}
|
||||
|
||||
if (enableColorCodedBackgrounds && accentCssClass) {
|
||||
cssClass += ' ' + accentCssClass;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue