git.cweiske.de
/
enigma2.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
GraphMultiEpg/plugin.py: fix not working zap function when the bouquet is changed...
[enigma2.git]
/
lib
/
dvb
/
metaparser.h
diff --git
a/lib/dvb/metaparser.h
b/lib/dvb/metaparser.h
index 72fcf50d7c5a26e775e9caa0e92e92c3ea293400..01fabde892701abd5282009bdb79494e1191d8b6 100644
(file)
--- a/
lib/dvb/metaparser.h
+++ b/
lib/dvb/metaparser.h
@@
-12,7
+12,10
@@
public:
int parseMeta(const std::string &filename);
int parseRecordings(const std::string &filename);
-
+ int updateMeta(const std::string &basename);
+
+ int m_data_ok;
+
eServiceReferenceDVB m_ref;
std::string m_name, m_description;
int m_time_create;