mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Add setting for collection management
This commit is contained in:
parent
339311008e
commit
85fcf9821a
2 changed files with 8 additions and 1 deletions
|
@ -99,7 +99,7 @@ import toast from './toast/toast';
|
|||
});
|
||||
}
|
||||
|
||||
if (!restrictOptions) {
|
||||
if (options.EnableCollectionManagement && !restrictOptions) {
|
||||
if (itemHelper.supportsAddingToCollection(item)) {
|
||||
commands.push({
|
||||
name: globalize.translate('AddToCollection'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue