mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02:00
fix strange Bug with QComboBox
This commit is contained in:
@@ -641,7 +641,7 @@ EchonestGenerator::loadStylesMoodsAndGenres()
|
||||
}
|
||||
s_moods = parts[ 0 ].split( "|" );
|
||||
s_styles = parts[ 1 ].split( "|" );
|
||||
s_genres = parts[ 2 ].split( " | ");
|
||||
s_genres = parts[ 2 ].split( "|");
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user