From 652f177674633c3f1151c325fbbe7479f40bed6f Mon Sep 17 00:00:00 2001 From: Jens Georg Date: Sun, 28 Jun 2020 17:21:14 +0200 Subject: av-cp: Fix critical on container update --- src/av-cp/playlist-treeview.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.1