Skip to content
Snippets Groups Projects
Commit 5ce1cbbe authored by MagicalSpyto's avatar MagicalSpyto
Browse files

debuging

parent 5640cfd0
No related branches found
No related tags found
No related merge requests found
......@@ -78,6 +78,7 @@ class MoodPage extends State<StateMoodPage> {
Spotify spotify = Spotify();
//code zum musik ändern
String hexcode = selectedMood.red.toRadixString(16) + selectedMood.green.toRadixString(16) + selectedMood.blue.toRadixString(16);
print(hexcode);
String genre = await changeFirebase().getGenreByHex(hexcode);
print("genre = " + genre);
spotify.playGenre(genre);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment