mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 22:26:32 +02:00
Don't return last factory result instead of correct one
This commit is contained in:
@@ -136,6 +136,8 @@ Pipeline::addScriptResolver( const QString& path, bool start )
|
|||||||
m_scriptResolvers << res;
|
m_scriptResolvers << res;
|
||||||
if ( start )
|
if ( start )
|
||||||
res->start();
|
res->start();
|
||||||
|
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
return res;
|
return res;
|
||||||
|
Reference in New Issue
Block a user