[rygel] lms: Set TRACK_CHANGES capability for plugin
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rygel] lms: Set TRACK_CHANGES capability for plugin
- Date: Sun, 17 Jan 2016 21:32:43 +0000 (UTC)
commit f08d2b333bed00191258ddc87653fd2a2972f887
Author: Alexander Kanavin <alex kanavin gmail com>
Date: Wed Oct 15 17:26:04 2014 +0300
lms: Set TRACK_CHANGES capability for 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]