mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 15:32:52 +02:00
plugins: fix movieplayer-plugin
Origin commit data
------------------
Branch: ni/coolstream
Commit: bbd88cd051
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-01-24 (Sun, 24 Jan 2016)
Origin message was:
------------------
- plugins: fix movieplayer-plugin
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -350,11 +350,11 @@ PluginParam * CPlugins::makeParam(const char * const id, const int value, Plugin
|
||||
}
|
||||
#endif
|
||||
|
||||
void CPlugins::startPlugin_by_name(const std::string & filename)
|
||||
void CPlugins::startPlugin_by_name(const std::string & name)
|
||||
{
|
||||
for (int i = 0; i < (int) plugin_list.size(); i++)
|
||||
{
|
||||
if (!filename.compare(g_PluginList->getFileName(i)))
|
||||
if (name.compare(g_PluginList->getName(i)) == 0)
|
||||
{
|
||||
startPlugin(i);
|
||||
return;
|
||||
|
Reference in New Issue
Block a user