1
0
Fork 0
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:
Luke Pulverenti 2013-05-04 14:21:29 -04:00
parent cb579524df
commit d76f3f681f
6 changed files with 221 additions and 138 deletions

View file

@ -278,7 +278,11 @@
} else {
var shape = "poster";
var shape = "smallPoster";
if (item.Type == "Season") {
shape = "smallBackdrop";
}
var html = LibraryBrowser.getPosterDetailViewHtml({
items: result.Items,