mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-13 09:34:53 +02:00
* Probably fixes Teo's indexing assert.
This commit is contained in:
@@ -83,7 +83,8 @@ DatabaseCommand_UpdateSearchIndex::exec( DatabaseImpl* db )
|
|||||||
ida.id = q.value( 0 ).toUInt();
|
ida.id = q.value( 0 ).toUInt();
|
||||||
ida.album = q.value( 1 ).toString();
|
ida.album = q.value( 1 ).toString();
|
||||||
|
|
||||||
db->m_fuzzyIndex->appendFields( ida );
|
if ( !ida.album.isEmpty() )
|
||||||
|
db->m_fuzzyIndex->appendFields( ida );
|
||||||
}
|
}
|
||||||
|
|
||||||
tDebug( LOGVERBOSE ) << "Building index finished.";
|
tDebug( LOGVERBOSE ) << "Building index finished.";
|
||||||
|
Reference in New Issue
Block a user