1
0
Fork 0
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:
SenorSmartyPants 2022-02-11 13:23:13 -06:00 committed by GitHub
parent 88ece49460
commit d60694b355
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {