mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-23 09:19:41 +01:00
Don't return last factory result instead of correct one
This commit is contained in:
parent
699a6583b2
commit
5053c3cc7a
@ -136,6 +136,8 @@ Pipeline::addScriptResolver( const QString& path, bool start )
|
||||
m_scriptResolvers << res;
|
||||
if ( start )
|
||||
res->start();
|
||||
|
||||
break;
|
||||
}
|
||||
|
||||
return res;
|
||||
|
Loading…
x
Reference in New Issue
Block a user