mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
driver/record.cpp: stop radiotext before record start
This commit is contained in:
@@ -1605,6 +1605,8 @@ bool CRecordManager::CutBackNeutrino(const t_channel_id channel_id, CFrontend *
|
||||
g_Zapit->setRecordMode( true );
|
||||
if(last_mode == NeutrinoMessages::mode_standby)
|
||||
g_Zapit->stopPlayBack();
|
||||
if ((live_channel_id == channel_id) && g_Radiotext)
|
||||
g_Radiotext->radiotext_stop();
|
||||
}
|
||||
if(last_mode == NeutrinoMessages::mode_standby) {
|
||||
//CNeutrinoApp::getInstance()->handleMsg( NeutrinoMessages::CHANGEMODE , NeutrinoMessages::mode_standby);
|
||||
|
Reference in New Issue
Block a user