[gupnp-tools] av-cp: Fix critical on container update



commit 652f177674633c3f1151c325fbbe7479f40bed6f
Author: Jens Georg <mail jensge org>
Date:   Sun Jun 28 17:21:14 2020 +0200

    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);
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]