mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 23:42:58 +02:00
neutrino.cpp: -fix CVFD on timeshift stop
This commit is contained in:
@@ -3080,7 +3080,8 @@ void CNeutrinoApp::saveEpg(bool cvfd_mode)
|
||||
CVFD::getInstance()->Clear();
|
||||
CVFD::getInstance()->setMode(cvfd_mode ? CVFD::MODE_SHUTDOWN : CVFD::MODE_STANDBY);// true CVFD::MODE_SHUTDOWN , false CVFD::MODE_STANDBY
|
||||
break;
|
||||
}
|
||||
} else if (!cvfd_mode)
|
||||
handleMsg(msg, data);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user