mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-07 05:31: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';
|
return 'images/platforms/plextogether.png';
|
||||||
} else if (platformName.indexOf("Linux") > -1) {
|
} else if (platformName.indexOf("Linux") > -1) {
|
||||||
return 'images/platforms/linux.png';
|
return 'images/platforms/linux.png';
|
||||||
|
} else if (platformName.indexOf("Vizio") > -1) {
|
||||||
|
return 'images/platforms/opera.png';
|
||||||
} else {
|
} else {
|
||||||
return 'images/platforms/default.png';
|
return 'images/platforms/default.png';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue