mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 09:21:09 +02:00
plugins: cleanup
* drop PLUGINDIR_USB
* drop unused 'param' from startPlugin
Origin commit data
------------------
Branch: ni/coolstream
Commit: 4b5242c254
Author: vanhofen <vanhofen@gmx.de>
Date: 2014-03-02 (Sun, 02 Mar 2014)
Origin message was:
------------------
- plugins: cleanup
* drop PLUGINDIR_USB
* drop unused 'param' from startPlugin
------------------
This commit was generated by Migit
This commit is contained in:
@@ -2210,7 +2210,7 @@ void CNeutrinoApp::RealRun(CMenuWidget &mainMenu)
|
||||
numericZap( msg );
|
||||
}
|
||||
else if( msg == (neutrino_msg_t) g_settings.key_plugin ) {
|
||||
g_PluginList->start_plugin_by_name(g_settings.onekey_plugin.c_str(), 0);
|
||||
g_PluginList->startPlugin_by_name(g_settings.onekey_plugin.c_str());
|
||||
}
|
||||
else if(msg == (neutrino_msg_t) g_settings.key_timeshift) {
|
||||
CRecordManager::getInstance()->StartTimeshift();
|
||||
|
Reference in New Issue
Block a user