summaryrefslogtreecommitdiff
path: root/commands.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands.c')
-rw-r--r--commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands.c b/commands.c
index 9b9e543..2cf7909 100644
--- a/commands.c
+++ b/commands.c
@@ -64,7 +64,7 @@ static void commands_find(GSocketConnection *connection, const gchar *cmd, GErro
return;
}
- gboolean remote = g_strncasecmp(data[0], "rfind", 5) == 0 ? TRUE : FALSE;
+ gboolean remote = g_strncasecmp(data[0], "findr", 5) == 0 ? FALSE : TRUE;
GSList *list = NULL;
if(g_ascii_strcasecmp(data[1], "artist") == 0) {