1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update wizard function of enable/disable local metadata saving

This commit is contained in:
Luke Pulverenti 2014-02-09 18:08:01 -05:00
parent 76d7223294
commit a43da6cd63
4 changed files with 22 additions and 10 deletions

View file

@ -1602,6 +1602,10 @@
$('.libraryTree', page).on('itemclicked', function (event, data) {
if (data.itemType == "livetvservice") {
return;
}
if (data.id != currentItem.Id) {
MetadataEditor.currentItemId = data.id;