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

@ -25,8 +25,9 @@
items: result.Items,
countNameSingular: "Song",
countNamePlural: "Songs",
preferBackdrop: true,
context: "music"
preferBackdrop: false,
context: "music",
shape: "square"
});
html += LibraryBrowser.getPagingHtml(query, result.TotalRecordCount);