[rygel/wip/lms-tizen: 11/12] Set TRACK_CHANGES capability for LMS plugin



commit fbd111b7f67e6997eff5f7197a3e31ec97fec34a
Author: Alexander Kanavin <alex kanavin gmail com>
Date:   Wed Oct 15 17:26:04 2014 +0300

    Set TRACK_CHANGES capability for LMS plugin

 src/plugins/lms/rygel-lms-plugin.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/plugins/lms/rygel-lms-plugin.vala b/src/plugins/lms/rygel-lms-plugin.vala
index a6727f5..8bf1284 100644
--- a/src/plugins/lms/rygel-lms-plugin.vala
+++ b/src/plugins/lms/rygel-lms-plugin.vala
@@ -30,6 +30,6 @@ public class Rygel.LMS.Plugin : Rygel.MediaServerPlugin {
     public Plugin() {
         if (root == null)
             root = new RootContainer();
-        base(root, Plugin.NAME, null, 0);
+        base(root, Plugin.NAME, null, PluginCapabilities.TRACK_CHANGES);
     }
 }


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