Manual merge of v1.4.21 into v2

This commit is contained in:
JonnyWong16 2017-08-02 21:37:59 -07:00
commit 68072d8340
13 changed files with 120 additions and 16 deletions

View file

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