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:
@@ -136,6 +136,8 @@ Pipeline::addScriptResolver( const QString& path, bool start )
|
||||
m_scriptResolvers << res;
|
||||
if ( start )
|
||||
res->start();
|
||||
|
||||
break;
|
||||
}
|
||||
|
||||
return res;
|
||||
|
Reference in New Issue
Block a user