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