cache movie filelengths in .meta file, by luke_s
[enigma2.git] / lib / dvb / metaparser.h
index 01fabde892701abd5282009bdb79494e1191d8b6..2ca94d6d97ebb1c3827d157fad336ecc4fd7b6bd 100644 (file)
@@ -18,7 +18,8 @@ public:
        
        eServiceReferenceDVB m_ref;
        std::string m_name, m_description;
-       int m_time_create;
+       int m_time_create, m_length;
+       long long m_filesize;
        
        std::string m_tags;
 };