1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-01 03:40:16 +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;
if ( start )
res->start();
break;
}
return res;