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:
parent
04c163f6f4
commit
128ba1cd49
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue