mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-14 18:14:50 +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();
|
||||
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() ) );
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user