mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-22 16:59:58 +01:00
fix strange Bug with QComboBox
This commit is contained in:
parent
6635b084f7
commit
d4c7e8cc1b
@ -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( "|");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user