Skip to content

Commit

Permalink
Fixed error "Unexpected [standby_pc_on_tv_standby] setting value
Browse files Browse the repository at this point in the history
message" when using "Ignore" for standby_pc_on_tv_standby.
xbmc#15698
  • Loading branch information
JimmyS83 committed Mar 9, 2019
1 parent 58b9192 commit 4114fb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xbmc/peripherals/devices/PeripheralCecAdapter.cpp
Expand Up @@ -599,6 +599,7 @@ void CPeripheralCecAdapter::OnTvStandby(void)
case LOCALISED_ID_STOP:
KODI::MESSAGING::CApplicationMessenger::GetInstance().PostMsg(TMSG_MEDIA_STOP);
break;
case LOCALISED_ID_IGNORE:
default:
CLog::Log(LOGERROR, "%s - Unexpected [standby_pc_on_tv_standby] setting value", __FUNCTION__);
break;
Expand Down

0 comments on commit 4114fb5

Please sign in to comment.