use CCECCommandHandler::RequestEmailFromCustomer in CRLCommandHandler
[deb_libcec.git] / src / lib / implementations / RLCommandHandler.cpp
index e969cac9963df23474c2d6c00357ba2dfe265a45..913631b018e1da75965a4fe22ffabb7004a87501 100644 (file)
@@ -119,6 +119,7 @@ int CRLCommandHandler::HandleDeviceVendorCommandWithId(const cec_command &comman
           client->SetCurrentButton(CEC_USER_CONTROL_CODE_CONTENTS_MENU);
           break;
         default:
+          RequestEmailFromCustomer(command);
           break;
         }
         bHandled = true;