mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 23:42:51 +02:00
epgview: fix CEPGDataHandler::exec() in timeshift mode
Origin commit data
------------------
Branch: ni/coolstream
Commit: 6b9cb7f543
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-07-23 (Mon, 23 Jul 2018)
Origin message was:
------------------
- epgview: fix CEPGDataHandler::exec() in timeshift mode
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1734,7 +1734,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