mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
rework detail page a little
This commit is contained in:
parent
0eb55addaa
commit
911880340e
28 changed files with 464 additions and 179 deletions
|
@ -146,7 +146,7 @@
|
|||
|
||||
var imageHref = user.Policy.IsAdministrator && item.MediaType != 'Photo' ? "edititemimages.html?id=" + item.Id : "";
|
||||
|
||||
$('#itemImage', page).html(LibraryBrowser.getDetailImageHtml(item, imageHref));
|
||||
LibraryBrowser.renderDetailImage($('.detailImageContainer', page), item, imageHref);
|
||||
}
|
||||
|
||||
function onWebSocketMessage(e, data) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue