mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 15:32:52 +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:
@@ -385,7 +385,7 @@ int CStreamFeaturesChangeExec::exec(CMenuTarget* parent, const std::string & act
|
||||
}
|
||||
else if (sel>=0)
|
||||
{
|
||||
g_PluginList->startPlugin(sel,0);
|
||||
g_PluginList->startPlugin(sel);
|
||||
}
|
||||
|
||||
return menu_return::RETURN_EXIT;
|
||||
|
Reference in New Issue
Block a user