mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +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)
|
||||
parent->hide();
|
||||
|
||||
if (CNeutrinoApp::getInstance()->getMode() == NeutrinoModes::mode_ts)
|
||||
if (CNeutrinoApp::getInstance()->getMode() == NeutrinoModes::mode_ts && !CMoviePlayerGui::getInstance().timeshift)
|
||||
{
|
||||
CMoviePlayerGui::getInstance().showMovieInfo();
|
||||
}
|
||||
|
Reference in New Issue
Block a user