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

use person default

This commit is contained in:
Luke Pulverenti 2013-04-13 23:33:43 -04:00
parent 04c163f6f4
commit 128ba1cd49

View file

@ -794,6 +794,10 @@
url = "css/images/items/detail/game.png";
useBackgroundColor = true;
}
else if (item.Type == "Person") {
url = "css/images/items/detail/person.png";
useBackgroundColor = true;
}
else {
url = "css/images/items/detail/video.png";
useBackgroundColor = true;