Merge branch 'master' into disable-embedded-subs

This commit is contained in:
Matt
2022-02-12 19:41:51 +00:00
committed by GitHub
158 changed files with 8225 additions and 7117 deletions
@@ -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);
}