1
0
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:
Leo Franchi
2011-11-21 07:59:05 -05:00
parent 699a6583b2
commit 5053c3cc7a

View File

@@ -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;