[rygel] media-export: Disable Artist/All container



commit 48c10b636ef8bd94c164753afd957182019198b8
Author: Jens Georg <mail jensge org>
Date:   Tue Jan 14 22:00:03 2014 +0100

    media-export: Disable Artist/All container
    
    Work-around browsing issue in virtual containers.
    
    Signed-off-by: Jens Georg <mail jensge org>

 .../rygel-media-export-node-query-container.vala   |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/src/plugins/media-export/rygel-media-export-node-query-container.vala 
b/src/plugins/media-export/rygel-media-export-node-query-container.vala
index 674190f..d9df84b 100644
--- a/src/plugins/media-export/rygel-media-export-node-query-container.vala
+++ b/src/plugins/media-export/rygel-media-export-node-query-container.vala
@@ -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;
     }
 }


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