mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 09:21:18 +02:00
- epgview: fix CEPGDataHandler::exec() in timeshift mode
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -1707,7 +1707,7 @@ int CEPGDataHandler::exec(CMenuTarget* parent, const std::string &/*actionkey*/)
|
|||||||
if (parent)
|
if (parent)
|
||||||
parent->hide();
|
parent->hide();
|
||||||
|
|
||||||
if (CNeutrinoApp::getInstance()->getMode() == NeutrinoModes::mode_ts)
|
if (CNeutrinoApp::getInstance()->getMode() == NeutrinoModes::mode_ts && !CMoviePlayerGui::getInstance().timeshift)
|
||||||
{
|
{
|
||||||
CMoviePlayerGui::getInstance().showMovieInfo();
|
CMoviePlayerGui::getInstance().showMovieInfo();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user