mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
restore edit metatdata page
This commit is contained in:
parent
9138a2f0a7
commit
9a7000e5bb
6 changed files with 16 additions and 14 deletions
|
@ -851,7 +851,7 @@
|
|||
|
||||
$('#btnEdit', page).on('click', function () {
|
||||
|
||||
Dashboard.navigate("edititemimages.html?id=" + currentItem.Id);
|
||||
Dashboard.navigate("edititemmetadata.html?id=" + currentItem.Id);
|
||||
});
|
||||
|
||||
}).on('pageshow', "#itemDetailPage", function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue