mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-06 21:21:15 -07:00
Manually merge v1.4.22 into v2
This commit is contained in:
commit
581b8375b9
5 changed files with 22 additions and 7 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue