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:
parent
32df358977
commit
885d82d544
3 changed files with 13 additions and 3 deletions
|
@ -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 () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue