media-export: Disable Artist/All container
authorJens Georg <mail@jensge.org>
Tue, 14 Jan 2014 21:00:03 +0000 (22:00 +0100)
committerJens Georg <mail@jensge.org>
Tue, 14 Jan 2014 21:00:15 +0000 (22:00 +0100)
Work-around browsing issue in virtual containers.

Signed-off-by: Jens Georg <mail@jensge.org>
src/plugins/media-export/rygel-media-export-node-query-container.vala

index 674190f..d9df84b 100644 (file)
@@ -97,7 +97,6 @@ internal class Rygel.MediaExport.NodeQueryContainer : QueryContainer {
     }
 
     private bool add_all_container () {
-        return this.attribute == "upnp:album" &&
-               "upnp:artist" in this.template;
+        return false;
     }
 }