mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-05 13:47:26 +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 )
|
if ( resultList.size() == 0 )
|
||||||
{
|
{
|
||||||
emit info( requestData, QVariant() );
|
emit info( requestData, QVariant() );
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
QVariantMap results = resultList.first().toMap();
|
QVariantMap results = resultList.first().toMap();
|
||||||
|
Reference in New Issue
Block a user