[rygel/wip/lms-tizen: 382/384] Set TRACK_CHANGES capability for LMS plugin
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rygel/wip/lms-tizen: 382/384] Set TRACK_CHANGES capability for LMS plugin
- Date: Sun, 19 Apr 2015 13:25:55 +0000 (UTC)
commit d714ca69a243180ce24c08d238fcb78f58bc93f2
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]