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

added stub page to edit metatada for an item

This commit is contained in:
Luke Pulverenti 2013-05-05 21:15:48 -04:00
parent fcf4964e3a
commit 49af0a0d81
7 changed files with 361 additions and 17 deletions

View file

@ -132,7 +132,7 @@
$('#btnEdit', page).on('click', function () {
Dashboard.navigate("edititemimages.html?id=" + query.ParentId);
Dashboard.navigate("edititemmetadata.html?id=" + query.ParentId);
});
}).on('pageshow', "#itemListPage", function () {