summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2020-06-28 17:21:14 +0200
committerJens Georg <mail@jensge.org>2020-06-28 17:21:14 +0200
commit652f177674633c3f1151c325fbbe7479f40bed6f (patch)
tree5bb50bb42e18ff18cb94961088fca9b975b91317
parent4da7a32c052b42785b748624a3002210bd9b19f5 (diff)
downloadgupnp-tools-652f177674633c3f1151c325fbbe7479f40bed6f.tar.gz
av-cp: Fix critical on container update
-rw-r--r--src/av-cp/playlist-treeview.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/av-cp/playlist-treeview.c b/src/av-cp/playlist-treeview.c
index bee3222..389eb1e 100644
--- a/src/av-cp/playlist-treeview.c
+++ b/src/av-cp/playlist-treeview.c
@@ -967,7 +967,7 @@ append_media_server (GUPnPDeviceProxy *proxy,
"ContainerUpdateIDs",
G_TYPE_STRING,
on_container_update_ids,
- NULL);
+ info);
gupnp_service_proxy_set_subscribed (content_dir, TRUE);
g_hash_table_insert (initial_notify, content_dir, content_dir);