mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-07 05:31:15 -07:00
Add PlexTogether platform image
This commit is contained in:
parent
ea41d06023
commit
099a887cc7
2 changed files with 2 additions and 0 deletions
BIN
data/interfaces/default/images/platforms/plextogether.png
Normal file
BIN
data/interfaces/default/images/platforms/plextogether.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.2 KiB |
|
@ -256,6 +256,8 @@ function getPlatformImagePath(platformName) {
|
||||||
return 'images/platforms/wp.png';
|
return 'images/platforms/wp.png';
|
||||||
} else if (platformName.indexOf("Plex Media Player") > -1) {
|
} else if (platformName.indexOf("Plex Media Player") > -1) {
|
||||||
return 'images/platforms/pmp.png';
|
return 'images/platforms/pmp.png';
|
||||||
|
} else if (platformName.indexOf("PlexTogether") > -1) {
|
||||||
|
return 'images/platforms/plextogether.png';
|
||||||
} else {
|
} else {
|
||||||
return 'images/platforms/default.png';
|
return 'images/platforms/default.png';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue