mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-06 21:21:15 -07:00
Manual merge of v1.4.21 into v2
This commit is contained in:
commit
68072d8340
13 changed files with 120 additions and 16 deletions
|
@ -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';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue