mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-23 17:29:42 +01:00
* Fixed cached resolving.
(cherry picked from commit bd098e3ff267dbe636192464683314679e1f225d)
This commit is contained in:
parent
e5bdd2242f
commit
95f1162b6e
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user