mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-17 11:30:49 +02:00
fix Genres only showing up until the letter R
This commit is contained in:
@@ -715,7 +715,7 @@ EchonestGenerator::loadGenres()
|
|||||||
{
|
{
|
||||||
s_genres_lock.lockForWrite();
|
s_genres_lock.lockForWrite();
|
||||||
tLog() << "Genres not in cache or too old, refetching genres ...";
|
tLog() << "Genres not in cache or too old, refetching genres ...";
|
||||||
s_genresJob = Echonest::Genre::fetchList();
|
s_genresJob = Echonest::Genre::fetchList( Echonest::GenreInformation(), 2000 );
|
||||||
connect( s_genresJob, SIGNAL( finished() ), this, SLOT( genresReceived() ) );
|
connect( s_genresJob, SIGNAL( finished() ), this, SLOT( genresReceived() ) );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user