Set TRACK_CHANGES capability for LMS plugin
authorAlexander Kanavin <alex.kanavin@gmail.com>
Wed, 15 Oct 2014 14:26:04 +0000 (17:26 +0300)
committerAlexander Kanavin <alex.kanavin@gmail.com>
Wed, 15 Oct 2014 14:26:04 +0000 (17:26 +0300)
src/plugins/lms/rygel-lms-plugin.vala

index a6727f5..8bf1284 100644 (file)
@@ -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);
     }
 }