mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-20 07:49:42 +01:00
Helps to return when i want to return...
This commit is contained in:
parent
7549d73115
commit
5f7bd6087f
@ -153,6 +153,7 @@ RoviPlugin::albumLookupFinished()
|
||||
if ( resultList.size() == 0 )
|
||||
{
|
||||
emit info( requestData, QVariant() );
|
||||
return;
|
||||
}
|
||||
|
||||
QVariantMap results = resultList.first().toMap();
|
||||
|
Loading…
x
Reference in New Issue
Block a user