Change line 223 from elseif (CMD == "DVR" or CMD == "START_DVR" or CMD == "PULSE_DVR" or CMD == "STOP_DVR" or CMD == "END_DVR") then
return ProcessInputCommandKey(tonumber(Properties["DVR Mapping"]), CMD, tParams)
to
elseif (CMD == "PVR" or CMD == "START_DVR" or CMD == "PULSE_DVR" or CMD == "STOP_DVR" or CMD == "END_DVR") then
return ProcessInputCommandKey(tonumber(Properties["DVR Mapping"]), CMD, tParams)
to fix DVR key mapping on remote.
Change line 223 from elseif (CMD == "DVR" or CMD == "START_DVR" or CMD == "PULSE_DVR" or CMD == "STOP_DVR" or CMD == "END_DVR") then return ProcessInputCommandKey(tonumber(Properties["DVR Mapping"]), CMD, tParams)
to elseif (CMD == "PVR" or CMD == "START_DVR" or CMD == "PULSE_DVR" or CMD == "STOP_DVR" or CMD == "END_DVR") then return ProcessInputCommandKey(tonumber(Properties["DVR Mapping"]), CMD, tParams) to fix DVR key mapping on remote.