mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-06 21:21:15 -07:00
Add Kodi and Playstation platform images.
Remove unused platform images. Fix Xbox platform image mapping.
This commit is contained in:
parent
dc86297ee5
commit
69403dbf07
15 changed files with 2 additions and 0 deletions
|
@ -217,6 +217,8 @@ function getPlatformImagePath(platformName) {
|
|||
return 'interfaces/default/images/platforms/playstation.png';
|
||||
} else if (platformName.indexOf("Mystery 4") > -1) {
|
||||
return 'interfaces/default/images/platforms/playstation.png';
|
||||
} else if (platformName.indexOf("Mystery 5") > -1) {
|
||||
return 'interfaces/default/images/platforms/xbox.png';
|
||||
} else {
|
||||
return 'interfaces/default/images/platforms/default.png';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue