[rygel/wip/lms-tizen: 373/384] lms plugin: include MusicRoot container, not Artists container under the root container
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rygel/wip/lms-tizen: 373/384] lms plugin: include MusicRoot container, not Artists container under the root container
- Date: Sun, 19 Apr 2015 13:25:09 +0000 (UTC)
commit 64852ed3e38a59858e68b2331abd7b5a2119e139
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]