1
0
Fork 0
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:
Luke Pulverenti 2013-05-22 12:52:22 -04:00
parent 9138a2f0a7
commit 9a7000e5bb
6 changed files with 16 additions and 14 deletions

View file

@ -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 () {