Revert "core: Don't use storageFolder for common containers"
authorJens Georg <mail@jensge.org>
Wed, 8 Jun 2011 20:38:40 +0000 (22:38 +0200)
committerJens Georg <mail@jensge.org>
Wed, 8 Jun 2011 20:38:40 +0000 (22:38 +0200)
This reverts commit df1d44c21e1d95b3088a444836d8c8ead8fb919c.

src/rygel/rygel-media-container.vala

index e10a710..f6fab05 100644 (file)
@@ -89,7 +89,7 @@ public abstract class Rygel.MediaContainer : MediaObject {
         this.title = title;
         this.child_count = child_count;
         this.update_id = 0;
-        this.upnp_class = UPNP_CLASS;
+        this.upnp_class = STORAGE_FOLDER;
 
         this.container_updated.connect (on_container_updated);
     }