Manually merge v1.4.22 into v2

This commit is contained in:
JonnyWong16 2017-08-19 21:11:08 -07:00
commit 581b8375b9
5 changed files with 22 additions and 7 deletions

View file

@ -263,6 +263,8 @@ function getPlatformImagePath(platformName) {
return 'images/platforms/dlna.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';
}
@ -517,4 +519,4 @@ function forceMinMax(elem) {
else {
elem.val(val);
}
}
}