try to fix tv <-> radio switch

Origin commit data
------------------
Commit: e105155830
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-11-03 (Fri, 03 Nov 2017)

Origin message was:
------------------
- try to fix tv <-> radio switch
This commit is contained in:
vanhofen
2017-11-03 09:36:20 +01:00
parent f031dfa928
commit 00653d3f8a
2 changed files with 11 additions and 4 deletions

View File

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