1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-12 00:54:20 +02:00

* Probably fixes Teo's indexing assert.

This commit is contained in:
Christian Muehlhaeuser
2013-05-15 14:56:27 +02:00
parent 624b369153
commit 1c48491f41

View File

@@ -83,6 +83,7 @@ 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();
if ( !ida.album.isEmpty() )
db->m_fuzzyIndex->appendFields( ida ); db->m_fuzzyIndex->appendFields( ida );
} }