- yweb: use more matching zee-remotecontrol for neo twin

This commit is contained in:
svenhoefer
2013-06-13 11:43:40 +02:00
parent 25dc8bc10f
commit aa0920d807
3 changed files with 11 additions and 1 deletions

View File

@@ -694,6 +694,8 @@ std::string CNeutrinoYParser::func_get_boxtype(CyhookHandler *, std::string)
case 8:
case 9:
boxname += "Neo";
if (CFEManager::getInstance()->getFrontendCount() > 1)
boxname += " Twin";
break;
case 10:
boxname += "Zee";