mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 08:21:07 +02:00
Merge branch 'ni/tuxbox' into ni/mp/tuxbox
Origin commit data
------------------
Commit: c3ed2ed700
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-03-01 (Wed, 01 Mar 2017)
This commit is contained in:
@@ -79,7 +79,7 @@
|
||||
#include <zapit/satconfig.h>
|
||||
#include <zapit/zapit.h>
|
||||
|
||||
extern CPlugins * g_PluginList; /* neutrino.cpp */
|
||||
extern CPlugins * g_Plugins; /* neutrino.cpp */
|
||||
extern CRemoteControl * g_RemoteControl; /* neutrino.cpp */
|
||||
extern cVideo *videoDecoder;
|
||||
extern cAudio *audioDecoder;
|
||||
@@ -405,7 +405,7 @@ int CMoviePluginChangeExec::exec(CMenuTarget* parent, const std::string & action
|
||||
{
|
||||
int sel = atoi(actionKey.c_str());
|
||||
if (sel >= 0)
|
||||
g_settings.movieplayer_plugin = g_PluginList->getName(sel);
|
||||
g_settings.movieplayer_plugin = g_Plugins->getName(sel);
|
||||
}
|
||||
|
||||
return menu_return::RETURN_EXIT;
|
||||
|
Reference in New Issue
Block a user