lms plugin: include MusicRoot container, not Artists container under the root container
authorAlexander Kanavin <alex.kanavin@gmail.com>
Mon, 10 Mar 2014 18:04:16 +0000 (20:04 +0200)
committerAlexander Kanavin <alex.kanavin@gmail.com>
Tue, 25 Mar 2014 14:30:07 +0000 (16:30 +0200)
src/plugins/lms/rygel-lms-root-container.vala

index 67dd5ed..d7307be 100644 (file)
@@ -51,7 +51,7 @@ public class Rygel.LMS.RootContainer : Rygel.SimpleContainer {
         try {
             this.lms_db = new LMS.Database (db_path);
 
-            this.add_child_container (new Artists ("artists", this, _("Music"), this.lms_db));
+            this.add_child_container (new MusicRoot ("music", this, _("Music"), this.lms_db));
             this.add_child_container (new AllVideos ("all-videos", this, _("Videos"), this.lms_db));
             this.add_child_container (new ImageRoot ("images", this, _("Pictures"), this.lms_db));