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
|
@ -140,7 +140,7 @@
|
|||
|
||||
$('#btnEdit', page).on('click', function () {
|
||||
|
||||
Dashboard.navigate("edititemimages.html?id=" + query.ParentId);
|
||||
Dashboard.navigate("edititemmetadata.html?id=" + query.ParentId);
|
||||
});
|
||||
|
||||
}).on('pageshow', "#itemListPage", function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue