- try to fix tv <-> radio switch

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2017-11-03 09:36:20 +01:00
committed by Thilo Graf
parent 522477b56a
commit 6259467ac8
2 changed files with 11 additions and 4 deletions

View File

@@ -767,6 +767,7 @@ void CRemoteControl::stopvideo()
void CRemoteControl::radioMode()
{
printf("CRemoteControl::radioMode\n");
g_Zapit->setMode( CZapitClient::MODE_RADIO );
}