[rygel] lms: include MusicRoot container
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rygel] lms: include MusicRoot container
- Date: Sun, 17 Jan 2016 21:31:57 +0000 (UTC)
commit 9a7c0023b6f78113345e49e5a1105d734ac0c81c
Author: Alexander Kanavin <alex kanavin gmail com>
Date: Mon Mar 10 20:04:16 2014 +0200
lms: 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]