summaryrefslogtreecommitdiff
path: root/plugins/profiler/vdrDVBProfiler/dvbProfiler.cpp
diff options
context:
space:
mode:
authormethodus <methodus@web.de>2012-10-31 20:52:27 +0100
committermethodus <methodus@web.de>2012-10-31 20:52:27 +0100
commit86ef02c1cc86198e43bd4b1e3b46dc30d00d75aa (patch)
tree70db3e0ecb38ba87caac2fd7ab483d6412e3da89 /plugins/profiler/vdrDVBProfiler/dvbProfiler.cpp
parent8a101f6b70a7407bdc7408083cb280cb14ba3bce (diff)
downloadvdr-plugin-upnp-86ef02c1cc86198e43bd4b1e3b46dc30d00d75aa.tar.gz
vdr-plugin-upnp-86ef02c1cc86198e43bd4b1e3b46dc30d00d75aa.tar.bz2
Fixed wrong objectID of recordings causing the entries to be deleted every time the container is updated.
Diffstat (limited to 'plugins/profiler/vdrDVBProfiler/dvbProfiler.cpp')
-rw-r--r--plugins/profiler/vdrDVBProfiler/dvbProfiler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/profiler/vdrDVBProfiler/dvbProfiler.cpp b/plugins/profiler/vdrDVBProfiler/dvbProfiler.cpp
index 6a9c4d1..92b2f27 100644
--- a/plugins/profiler/vdrDVBProfiler/dvbProfiler.cpp
+++ b/plugins/profiler/vdrDVBProfiler/dvbProfiler.cpp
@@ -71,7 +71,7 @@ private:
const cRecordingInfo* info = recording->Info();
- metadata.SetObjectIDByUri(uri);
+ metadata.SetObjectIDByUri(u);
metadata.SetParentIDByUri(fs);
metadata.SetProperty(cMetadata::Property(property::object::KEY_RESTRICTED, true));