aboutsummaryrefslogtreecommitdiff
path: root/lib/service/servicedvbrecord.cpp
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2009-04-24 11:51:42 +0200
committerghost <andreas.monzner@multimedia-labs.de>2009-04-24 11:51:42 +0200
commit8188ccaebf3b9c51ef2916cb7e69ef954291392f (patch)
treef08ed16bb0297555a3d7ff6d6c39576363ede876 /lib/service/servicedvbrecord.cpp
parentbbbf50f9d0c7d3fbd66b07460a7af835ec111f5b (diff)
downloadenigma2-8188ccaebf3b9c51ef2916cb7e69ef954291392f.tar.gz
enigma2-8188ccaebf3b9c51ef2916cb7e69ef954291392f.zip
servicedvbrecord.cpp: add sanity check for tags
Diffstat (limited to 'lib/service/servicedvbrecord.cpp')
-rw-r--r--lib/service/servicedvbrecord.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/service/servicedvbrecord.cpp b/lib/service/servicedvbrecord.cpp
index 294315e9..69788492 100644
--- a/lib/service/servicedvbrecord.cpp
+++ b/lib/service/servicedvbrecord.cpp
@@ -132,6 +132,8 @@ RESULT eDVBServiceRecord::prepare(const char *filename, time_t begTime, time_t e
meta.m_name = name;
if (descr)
meta.m_description = descr;
+ if (tags)
+ meta.m_tags = tags;
ret = meta.updateMeta(filename) ? -255 : 0;
if (!ret)
{