mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-06 21:21:15 -07:00
Log DLNA platform
This commit is contained in:
parent
6d0327f662
commit
1b1e4639fd
2 changed files with 39 additions and 37 deletions
|
@ -259,6 +259,8 @@ function getPlatformImagePath(platformName) {
|
|||
return 'images/platforms/wp.png';
|
||||
} else if (platformName.indexOf("Plex Media Player") > -1) {
|
||||
return 'images/platforms/pmp.png';
|
||||
} else if (platformName.indexOf("DLNA") > -1) {
|
||||
return 'images/platforms/dlna.png';
|
||||
} else {
|
||||
return 'images/platforms/default.png';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue