This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch main
in repository eradio.
View the commit online.
commit 211181525d01a0b1c0c74d5672d92c85c0aec1c3
Author: politebot <[email protected]>
AuthorDate: Sat Oct 25 16:29:38 2025 -0500
This should be EMOTION_VIS_GOOM
---
src/visualizer.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/visualizer.c b/src/visualizer.c
index 3be7417..0c339ee 100644
--- a/src/visualizer.c
+++ b/src/visualizer.c
@@ -57,7 +57,7 @@ visualizer_show(AppData *ad)
ad->visualizer_emotion = emotion_object_add(ad->visualizer_win);
// Set GOOM visualization
- emotion_object_vis_set(ad->visualizer_emotion, EMOTION_VIS_LIBVISUAL_DANCING_PARTICLES);
+ emotion_object_vis_set(ad->visualizer_emotion, EMOTION_VIS_GOOM);
// Set initial volume to match the current volume slider setting
if (ad->volume_slider) {
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.