mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-06 21:21:15 -07:00
Plex for Vizio uses Opera platform
This commit is contained in:
parent
e4a2616ffa
commit
1bd2f332d9
1 changed files with 2 additions and 0 deletions
|
@ -265,6 +265,8 @@ function getPlatformImagePath(platformName) {
|
|||
return 'images/platforms/plextogether.png';
|
||||
} else if (platformName.indexOf("Linux") > -1) {
|
||||
return 'images/platforms/linux.png';
|
||||
} else if (platformName.indexOf("Vizio") > -1) {
|
||||
return 'images/platforms/opera.png';
|
||||
} else {
|
||||
return 'images/platforms/default.png';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue