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

hide edit metadata page for now

This commit is contained in:
Luke Pulverenti 2013-05-12 21:46:56 -04:00
parent 32df358977
commit 885d82d544
3 changed files with 13 additions and 3 deletions

View file

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