mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update library setup
This commit is contained in:
parent
55172c0a19
commit
8a2b6dbea0
13 changed files with 17 additions and 22 deletions
|
@ -107,6 +107,12 @@
|
|||
ironIcon: 'folder'
|
||||
});
|
||||
|
||||
menuItems.push({
|
||||
name: Globalize.translate('ButtonEdit'),
|
||||
id: 'edit',
|
||||
ironIcon: 'mode-edit'
|
||||
});
|
||||
|
||||
menuItems.push({
|
||||
name: Globalize.translate('ButtonRemove'),
|
||||
id: 'delete',
|
||||
|
@ -131,6 +137,9 @@
|
|||
case 'changetype':
|
||||
changeCollectionType(page, virtualFolder);
|
||||
break;
|
||||
case 'edit':
|
||||
editVirtualFolder(page, virtualFolder);
|
||||
break;
|
||||
case 'rename':
|
||||
renameVirtualFolder(page, virtualFolder);
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue