mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
- add pictureviewer to info-key in audioplayer
This commit is contained in:
@@ -251,11 +251,15 @@ class CAudioPlayerGui : public CMenuTarget
|
||||
bool playNext(bool allow_rotate = false);
|
||||
bool playPrev(bool allow_rotate = false);
|
||||
|
||||
bool pictureviewer;
|
||||
|
||||
public:
|
||||
CAudioPlayerGui(bool inetmode = false);
|
||||
~CAudioPlayerGui();
|
||||
int show();
|
||||
int exec(CMenuTarget* parent, const std::string & actionKey);
|
||||
|
||||
void wantNextPlay();
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user