From fbd111b7f67e6997eff5f7197a3e31ec97fec34a Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Wed, 15 Oct 2014 17:26:04 +0300 Subject: [PATCH] Set TRACK_CHANGES capability for LMS plugin --- src/plugins/lms/rygel-lms-plugin.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } } -- 2.7.4