mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-07 05:31:15 -07:00
Add Plex Media Player icon.
This commit is contained in:
parent
0302b2412a
commit
7b3874dcaa
2 changed files with 2 additions and 0 deletions
|
@ -223,6 +223,8 @@ function getPlatformImagePath(platformName) {
|
|||
return 'interfaces/default/images/platforms/win8.png';
|
||||
} else if (platformName.indexOf("Windows phone") > -1) {
|
||||
return 'interfaces/default/images/platforms/wp.png';
|
||||
} else if (platformName.indexOf("Plex Media Player") > -1) {
|
||||
return 'interfaces/default/images/platforms/pmp.png';
|
||||
} else {
|
||||
return 'interfaces/default/images/platforms/default.png';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue