[totem/wip/hadess/filter-content-changes] grilo: Enable monitoring on tracker 2.x



commit f7c67033140d87e37566c228b50b72ce1823f42c
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Aug 21 20:41:54 2020 +0200

    grilo: Enable monitoring on tracker 2.x
    
    It should be working correctly now that we only add videos to the view.

 src/totem-grilo.c | 3 ---
 1 file changed, 3 deletions(-)
---
diff --git a/src/totem-grilo.c b/src/totem-grilo.c
index 805d849e2..279a4683b 100644
--- a/src/totem-grilo.c
+++ b/src/totem-grilo.c
@@ -1330,9 +1330,6 @@ source_added_cb (GrlRegistry *registry,
                if (source_is_recent (source)) {
                        browse (self, self->priv->recent_model,
                                NULL, source, NULL, -1);
-                       /* https://gitlab.gnome.org/GNOME/grilo-plugins/merge_requests/29 */
-                       if (g_str_equal (id, "grl-tracker-source") == FALSE)
-                               monitor = TRUE;
                } else if (!source_is_browse_blocked (source)) {
                        const GdkPixbuf *icon;
 


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