1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-17 19:37:09 +02:00

* Fixed cached resolving.

This commit is contained in:
Christian Muehlhaeuser
2012-03-17 05:49:43 +01:00
parent b70114a225
commit bd098e3ff2

View File

@@ -147,6 +147,7 @@ DatabaseCommand_Resolve::resolve( DatabaseImpl* lib )
if ( result->isValid() )
{
qDebug() << "Result already cached:" << result->toString();
res << result;
continue;
}
@@ -284,6 +285,7 @@ DatabaseCommand_Resolve::fullTextResolve( DatabaseImpl* lib )
if ( result->isValid() )
{
qDebug() << "Result already cached:" << result->toString();
res << result;
continue;
}