[rygel/wip/lms-tizen: 2/12] lms plugin: include MusicRoot container, not Artists container under the root container



commit 30fd99ddbfeea12f401b4b06874d2c84fb061ea4
Author: Alexander Kanavin <alex kanavin gmail com>
Date:   Mon Mar 10 20:04:16 2014 +0200

    lms plugin: include MusicRoot container, not Artists container under the root container

 src/plugins/lms/rygel-lms-root-container.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/plugins/lms/rygel-lms-root-container.vala b/src/plugins/lms/rygel-lms-root-container.vala
index 67dd5ed..d7307be 100644
--- a/src/plugins/lms/rygel-lms-root-container.vala
+++ b/src/plugins/lms/rygel-lms-root-container.vala
@@ -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));
 


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