mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Update src/controllers/itemDetails/index.js
Suggested change. Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
This commit is contained in:
parent
88ece49460
commit
d60694b355
1 changed files with 1 additions and 1 deletions
|
@ -921,7 +921,7 @@ function setInitialCollapsibleState(page, item, apiClient, context, user) {
|
|||
|
||||
renderScenes(page, item);
|
||||
|
||||
if (item.SpecialFeatureCount && item.SpecialFeatureCount != 0) {
|
||||
if (item.SpecialFeatureCount > 0) {
|
||||
page.querySelector('#specialsCollapsible').classList.remove('hide');
|
||||
renderSpecials(page, item, user);
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue