X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2Fimplementations%2FRLCommandHandler.cpp;h=913631b018e1da75965a4fe22ffabb7004a87501;hb=744e2f318f22899f9df0ff85f5c26b33fa7add16;hp=e969cac9963df23474c2d6c00357ba2dfe265a45;hpb=e7c95b16bb716f2ec3ffab0384cdb846933b8e3e;p=deb_libcec.git diff --git a/src/lib/implementations/RLCommandHandler.cpp b/src/lib/implementations/RLCommandHandler.cpp index e969cac..913631b 100644 --- a/src/lib/implementations/RLCommandHandler.cpp +++ b/src/lib/implementations/RLCommandHandler.cpp @@ -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;