[rygel] tracker3: Re-enable more containers
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rygel] tracker3: Re-enable more containers
- Date: Sun, 5 Jul 2020 13:38:15 +0000 (UTC)
commit a3afe936b19c73e4d9a78d40aca3d2c9f2ca7c66
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]