boxstack->update(vw);
// Enter pre-keys here
- handleCommand(Remote::OK);
+// handleCommand(Remote::OK);
// handleCommand(Remote::ONE);
// handleCommand(Remote::SIX);
- handleCommand(Remote::OK);
+// handleCommand(Remote::OK);
// handleCommand(Remote::UP);
// handleCommand(Remote::PLAY);
// handleCommand(Remote::DOWN);
if (TEMP_SINGLE_VDR_PR) // this block only needs to be done if it was a live stream
// TEMP_SINGLE_VDR_PR will not be set unless we are streaming a channel
{
- logger->log("VDR", Log::DEBUG, "About to call edUnregister on stream receiver vdrpr");
edUnregister(TEMP_SINGLE_VDR_PR);
delete TEMP_SINGLE_VDR_PR;
TEMP_SINGLE_VDR_PR = NULL;