Add PlexTogether platform image

This commit is contained in:
JonnyWong16 2017-06-24 21:06:40 -07:00
parent ea41d06023
commit 099a887cc7
2 changed files with 2 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

View file

@ -256,6 +256,8 @@ function getPlatformImagePath(platformName) {
return 'images/platforms/wp.png'; return 'images/platforms/wp.png';
} else if (platformName.indexOf("Plex Media Player") > -1) { } else if (platformName.indexOf("Plex Media Player") > -1) {
return 'images/platforms/pmp.png'; return 'images/platforms/pmp.png';
} else if (platformName.indexOf("PlexTogether") > -1) {
return 'images/platforms/plextogether.png';
} else { } else {
return 'images/platforms/default.png'; return 'images/platforms/default.png';
} }