Merge pull request #1084 from mttlmy/dev

Added platform 'Linux' to link to image linux.png
This commit is contained in:
JonnyWong16
2017-08-07 16:32:12 -07:00
committed by GitHub

View File

@@ -258,6 +258,8 @@ function getPlatformImagePath(platformName) {
return 'images/platforms/pmp.png';
} else if (platformName.indexOf("PlexTogether") > -1) {
return 'images/platforms/plextogether.png';
} else if (platformName.indexOf("Linux") > -1) {
return 'images/platforms/linux.png';
} else {
return 'images/platforms/default.png';
}