summaryrefslogtreecommitdiffstats
path: root/node.c
diff options
context:
space:
mode:
Diffstat (limited to 'node.c')
-rw-r--r--node.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/node.c b/node.c
index c46f842..8ebfbc1 100644
--- a/node.c
+++ b/node.c
@@ -157,7 +157,7 @@ agl_node_type agl_node_type_from_str (const char *str)
if (pa_streq (str, "agl_radio"))
type = agl_radio;
- else if (pa_streq (str, "agl_music"))
+ else if (pa_streq (str, "agl_player"))
type = agl_player;
else if (pa_streq (str, "agl_navigator"))
type = agl_navigator;