fix: comparison is always true due to limited range of data type
[vuplus_dvbapp] / lib / dvb / metaparser.h
index 20a6126..01fabde 100644 (file)
@@ -12,10 +12,15 @@ 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;
+       
+       std::string m_tags;
 };
 
 #endif