mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 00:41:17 +02:00
Merge branch 'master' into pu/mp
This commit is contained in:
@@ -101,7 +101,6 @@
|
|||||||
#define NEUTRINO_ICON_MOUNTED "mounted"
|
#define NEUTRINO_ICON_MOUNTED "mounted"
|
||||||
#define NEUTRINO_ICON_MULTIMEDIA "multimedia"
|
#define NEUTRINO_ICON_MULTIMEDIA "multimedia"
|
||||||
#define NEUTRINO_ICON_MOVIEPLAYER "icon_movieplayer"
|
#define NEUTRINO_ICON_MOVIEPLAYER "icon_movieplayer"
|
||||||
#define NEUTRINO_ICON_NKPLAY "icon_nkplay"
|
|
||||||
#define NEUTRINO_ICON_YTPLAY "icon_ytplay"
|
#define NEUTRINO_ICON_YTPLAY "icon_ytplay"
|
||||||
#define NEUTRINO_ICON_NOT_MOUNTED "not_mounted"
|
#define NEUTRINO_ICON_NOT_MOUNTED "not_mounted"
|
||||||
#define NEUTRINO_ICON_PAUSE "mp_pause"
|
#define NEUTRINO_ICON_PAUSE "mp_pause"
|
||||||
@@ -295,7 +294,6 @@
|
|||||||
#define NEUTRINO_ICON_GREEN_9 "9-green"
|
#define NEUTRINO_ICON_GREEN_9 "9-green"
|
||||||
|
|
||||||
/* misc */
|
/* misc */
|
||||||
#define NEUTRINO_ICON_HINT_NKPLAY "hint_nkplay"
|
|
||||||
#define NEUTRINO_ICON_HINT_YTPLAY "hint_ytplay"
|
#define NEUTRINO_ICON_HINT_YTPLAY "hint_ytplay"
|
||||||
#define NEUTRINO_ICON_HINT_SPARK "hint_spark"
|
#define NEUTRINO_ICON_HINT_SPARK "hint_spark"
|
||||||
|
|
||||||
|
@@ -4377,7 +4377,7 @@ int CNeutrinoApp::exec(CMenuTarget* parent, const std::string & actionKey)
|
|||||||
|
|
||||||
hintBox.hide();
|
hintBox.hide();
|
||||||
}
|
}
|
||||||
else if(actionKey=="nkplayback" || actionKey=="ytplayback" || actionKey=="tsmoviebrowser" || actionKey=="fileplayback") {
|
else if(actionKey=="ytplayback" || actionKey=="tsmoviebrowser" || actionKey=="fileplayback") {
|
||||||
frameBuffer->Clear();
|
frameBuffer->Clear();
|
||||||
if(mode == NeutrinoMessages::mode_radio )
|
if(mode == NeutrinoMessages::mode_radio )
|
||||||
frameBuffer->stopFrame();
|
frameBuffer->stopFrame();
|
||||||
|
Reference in New Issue
Block a user