mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 00:11:14 +02:00
- neutrino: unify modes handling; ...
remove double enum from CNeutrinoApp and move mostly used enum from NeutrinoMessages to new NeutrinoModes Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -344,7 +344,7 @@ void CEpgScan::Next()
|
||||
#endif
|
||||
next_chid = 0;
|
||||
|
||||
if (!standby && CNeutrinoApp::getInstance()->getMode() == NeutrinoMessages::mode_standby)
|
||||
if (!standby && CNeutrinoApp::getInstance()->getMode() == NeutrinoModes::mode_standby)
|
||||
return;
|
||||
if (CRecordManager::getInstance()->RecordingStatus() || CStreamManager::getInstance()->StreamStatus())
|
||||
return;
|
||||
|
Reference in New Issue
Block a user