mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-14 08:53:43 +02:00
gui/movieplayer.cpp: allow getInstance() to return background instance
This commit is contained in:
@@ -195,7 +195,7 @@ class CMoviePlayerGui : public CMenuTarget
|
||||
public:
|
||||
~CMoviePlayerGui();
|
||||
|
||||
static CMoviePlayerGui& getInstance();
|
||||
static CMoviePlayerGui& getInstance(bool background = false);
|
||||
|
||||
int exec(CMenuTarget* parent, const std::string & actionKey);
|
||||
bool Playing() { return playing; };
|
||||
|
Reference in New Issue
Block a user