Add Kodi and Playstation platform images.
Remove unused platform images. Fix Xbox platform image mapping.
BIN
data/interfaces/default/images/platforms/kodi.png
Normal file
After Width: | Height: | Size: 3.9 KiB |
Before Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 5.5 KiB |
Before Width: | Height: | Size: 5.5 KiB |
Before Width: | Height: | Size: 7.6 KiB |
Before Width: | Height: | Size: 4.2 KiB |
Before Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 6.7 KiB |
Before Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 7.2 KiB |
BIN
data/interfaces/default/images/platforms/playstation.png
Normal file
After Width: | Height: | Size: 4.7 KiB |
|
@ -217,6 +217,8 @@ function getPlatformImagePath(platformName) {
|
||||||
return 'interfaces/default/images/platforms/playstation.png';
|
return 'interfaces/default/images/platforms/playstation.png';
|
||||||
} else if (platformName.indexOf("Mystery 4") > -1) {
|
} else if (platformName.indexOf("Mystery 4") > -1) {
|
||||||
return 'interfaces/default/images/platforms/playstation.png';
|
return 'interfaces/default/images/platforms/playstation.png';
|
||||||
|
} else if (platformName.indexOf("Mystery 5") > -1) {
|
||||||
|
return 'interfaces/default/images/platforms/xbox.png';
|
||||||
} else {
|
} else {
|
||||||
return 'interfaces/default/images/platforms/default.png';
|
return 'interfaces/default/images/platforms/default.png';
|
||||||
}
|
}
|
||||||
|
|