1
0
Fork 0
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:
Luke Pulverenti 2016-02-17 16:24:01 -05:00
parent c6b15e3001
commit b43d55182d
9 changed files with 23 additions and 13 deletions

View file

@ -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;
}