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:
parent
fcf4964e3a
commit
49af0a0d81
7 changed files with 361 additions and 17 deletions
|
@ -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 () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue