summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
Diffstat (limited to 'client')
-rw-r--r--client/player.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/client/player.c b/client/player.c
index 432408934..51c10f8e0 100644
--- a/client/player.c
+++ b/client/player.c
@@ -1745,6 +1745,9 @@ static DBusMessage *endpoint_select_properties_reply(struct endpoint *ep,
DBusMessageIter iter;
struct endpoint_config *cfg;
+ if (!preset)
+ return NULL;
+
reply = dbus_message_new_method_return(msg);
if (!reply)
return NULL;