1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-30 19:00:12 +02:00

Helps to return when i want to return...

This commit is contained in:
Leo Franchi
2011-10-28 16:49:22 -04:00
parent 7549d73115
commit 5f7bd6087f

View File

@@ -153,6 +153,7 @@ RoviPlugin::albumLookupFinished()
if ( resultList.size() == 0 )
{
emit info( requestData, QVariant() );
return;
}
QVariantMap results = resultList.first().toMap();