renderer: Add PresetNameList to initial notify
authorJens Georg <jensg@openismus.com>
Tue, 20 Nov 2012 15:26:56 +0000 (16:26 +0100)
committerJens Georg <jensg@openismus.com>
Thu, 22 Nov 2012 20:17:20 +0000 (21:17 +0100)
src/librygel-renderer/rygel-rendering-control.vala

index a8b2db5..0b3da91 100644 (file)
@@ -101,6 +101,9 @@ internal class Rygel.RenderingControl : Service {
 
         log.log_with_channel ("Mute", this.mute ? "1" : "0", "Master");
         log.log_with_channel ("Volume", this.volume.to_string (), "Master");
+        log.log_with_channel ("PresetNameList",
+                              this.preset_name_list,
+                              "Master");
 
         value.init (typeof (string));
         value.set_string (log.finish ());