[rygel/wip/tracker-3.0: 25/33] tracker3: Re-enable more containers



commit a62f795464ae1575c0fc4824e76c262d6a4c0528
Author: Jens Georg <mail jensge org>
Date:   Sun May 31 17:23:56 2020 +0200

    tracker3: Re-enable more containers

 src/plugins/tracker3/rygel-tracker-music.vala | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/plugins/tracker3/rygel-tracker-music.vala b/src/plugins/tracker3/rygel-tracker-music.vala
index f0f9abb9..dc81cf00 100644
--- a/src/plugins/tracker3/rygel-tracker-music.vala
+++ b/src/plugins/tracker3/rygel-tracker-music.vala
@@ -31,8 +31,8 @@ public class Rygel.Tracker.Music : CategoryContainer {
         base (id, parent, title, new MusicItemFactory ());
 
         this.add_child_container (new Artists (this));
-        //this.add_child_container (new Albums (this));
-        //this.add_child_container (new Genre (this));
+        this.add_child_container (new Albums (this));
+        this.add_child_container (new Genre (this));
         this.search_classes.add (AudioItem.UPNP_CLASS);
         this.search_classes.add (MusicItem.UPNP_CLASS);
         this.add_create_class (AudioItem.UPNP_CLASS);


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