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

Merge branch 'master' into disable-embedded-subs

This commit is contained in:
Matt 2022-02-12 19:41:51 +00:00 committed by GitHub
commit 7912daf0c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
158 changed files with 8225 additions and 7117 deletions

View file

@ -416,8 +416,8 @@ import template from './libraryoptionseditor.template.html';
} else {
parent.querySelector('.fldAllowEmbeddedSubtitlesContainer').classList.add('hide');
}
parent.querySelector('.chkAutomaticallyAddToCollectionContainer').classList.toggle('hide', contentType !== 'movies');
parent.querySelector('.chkAutomaticallyAddToCollectionContainer').classList.toggle('hide', contentType !== 'movies' && contentType !== 'mixed');
return populateMetadataSettings(parent, contentType);
}