mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update device discovery
This commit is contained in:
parent
c6b15e3001
commit
b43d55182d
9 changed files with 23 additions and 13 deletions
|
@ -342,6 +342,12 @@
|
|||
|
||||
var items = [];
|
||||
|
||||
items.push({
|
||||
name: Globalize.translate('ButtonEditImages'),
|
||||
id: 'images',
|
||||
ironIcon: 'photo'
|
||||
});
|
||||
|
||||
items.push({
|
||||
name: Globalize.translate('ButtonIdentify'),
|
||||
id: 'identify',
|
||||
|
@ -369,6 +375,9 @@
|
|||
case 'refresh':
|
||||
showRefreshMenu(context, button);
|
||||
break;
|
||||
case 'images':
|
||||
LibraryBrowser.editImages(currentItem.Id);
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue