Manually merge v1.4.22 into v2
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user