1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

fixes #149 - No content below genre

This commit is contained in:
Luke Pulverenti 2013-04-18 00:45:00 -04:00
parent 24cde07513
commit a389274376
3 changed files with 122 additions and 13 deletions

View file

@ -809,12 +809,12 @@
else if (item.Type == "Person") {
url = "css/images/items/detail/person.png";
useBackgroundColor = true;
maxwidth = 100;
maxwidth = 125;
}
else if (item.Type == "Genre" || item.Type == "Studio") {
url = "css/images/items/detail/video.png";
useBackgroundColor = true;
maxwidth = 100;
maxwidth = 125;
}
else {
url = "css/images/items/detail/video.png";