mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-14 01:02:59 -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
BIN
data/interfaces/default/images/platforms/pmp.png
Normal file
BIN
data/interfaces/default/images/platforms/pmp.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4 KiB |
|
@ -223,6 +223,8 @@ function getPlatformImagePath(platformName) {
|
||||||
return 'interfaces/default/images/platforms/win8.png';
|
return 'interfaces/default/images/platforms/win8.png';
|
||||||
} else if (platformName.indexOf("Windows phone") > -1) {
|
} else if (platformName.indexOf("Windows phone") > -1) {
|
||||||
return 'interfaces/default/images/platforms/wp.png';
|
return 'interfaces/default/images/platforms/wp.png';
|
||||||
|
} else if (platformName.indexOf("Plex Media Player") > -1) {
|
||||||
|
return 'interfaces/default/images/platforms/pmp.png';
|
||||||
} else {
|
} else {
|
||||||
return 'interfaces/default/images/platforms/default.png';
|
return 'interfaces/default/images/platforms/default.png';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue