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:
@@ -153,6 +153,7 @@ RoviPlugin::albumLookupFinished()
|
||||
if ( resultList.size() == 0 )
|
||||
{
|
||||
emit info( requestData, QVariant() );
|
||||
return;
|
||||
}
|
||||
|
||||
QVariantMap results = resultList.first().toMap();
|
||||
|
Reference in New Issue
Block a user