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

Merge pull request #3336 from SenorSmartyPants/TVExtras

This commit is contained in:
Bill Thornton 2022-02-11 21:39:12 -05:00 committed by GitHub
commit 23d33684c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -919,7 +919,7 @@ function setInitialCollapsibleState(page, item, apiClient, context, user) {
renderScenes(page, item);
if (item.SpecialFeatureCount && item.SpecialFeatureCount != 0 && item.Type != 'Series') {
if (item.SpecialFeatureCount > 0) {
page.querySelector('#specialsCollapsible').classList.remove('hide');
renderSpecials(page, item, user);
} else {