mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Expose collection generation options for mixed libraries
Pass "mixed" instead of "" for library type "Other"
This commit is contained in:
parent
b0bb836ec7
commit
71d4eeadba
2 changed files with 2 additions and 2 deletions
|
@ -411,7 +411,7 @@ import template from './libraryoptionseditor.template.html';
|
|||
parent.querySelector('.chkEnableEmbeddedEpisodeInfosContainer').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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue