mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-18 20:04:00 +02:00
* Fixed cached resolving.
This commit is contained in:
@@ -147,6 +147,7 @@ DatabaseCommand_Resolve::resolve( DatabaseImpl* lib )
|
|||||||
if ( result->isValid() )
|
if ( result->isValid() )
|
||||||
{
|
{
|
||||||
qDebug() << "Result already cached:" << result->toString();
|
qDebug() << "Result already cached:" << result->toString();
|
||||||
|
res << result;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -284,6 +285,7 @@ DatabaseCommand_Resolve::fullTextResolve( DatabaseImpl* lib )
|
|||||||
if ( result->isValid() )
|
if ( result->isValid() )
|
||||||
{
|
{
|
||||||
qDebug() << "Result already cached:" << result->toString();
|
qDebug() << "Result already cached:" << result->toString();
|
||||||
|
res << result;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user