mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
redesigned actor display
This commit is contained in:
parent
cb579524df
commit
d76f3f681f
6 changed files with 221 additions and 138 deletions
|
@ -278,7 +278,11 @@
|
|||
|
||||
} else {
|
||||
|
||||
var shape = "poster";
|
||||
var shape = "smallPoster";
|
||||
|
||||
if (item.Type == "Season") {
|
||||
shape = "smallBackdrop";
|
||||
}
|
||||
|
||||
var html = LibraryBrowser.getPosterDetailViewHtml({
|
||||
items: result.Items,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue