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:
parent
76d7223294
commit
a43da6cd63
4 changed files with 22 additions and 10 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue