From 5ce1cbbe8e3cd1334e08b99807b72a1d9ed4518a Mon Sep 17 00:00:00 2001 From: MagicalSpyto <122316136+MagicalSpyto@users.noreply.github.com> Date: Sun, 5 Feb 2023 17:37:06 +0100 Subject: [PATCH] debuging --- lib/moodpage.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/moodpage.dart b/lib/moodpage.dart index 187fadc..5bf6962 100644 --- a/lib/moodpage.dart +++ b/lib/moodpage.dart @@ -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); -- GitLab