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
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue