patch by Dr.Best - allow using filesize of movie in converter
[enigma2.git] / lib / service / servicedvb.cpp
index 52978dc3625e94094b10a67251daa88d498b00e9..bd15bcdc0be164e8579333c86c16b0302672a4d6 100644 (file)
@@ -400,6 +400,8 @@ int eStaticServiceDVBPVRInformation::getInfo(const eServiceReference &ref, int w
                return iServiceInformation::resIsString;
        case iServiceInformation::sServiceref:
                return iServiceInformation::resIsString;
+       case iServiceInformation::sFileSize:
+               return m_parser.m_filesize;
        case iServiceInformation::sTimeCreate:
                if (m_parser.m_time_create)
                        return m_parser.m_time_create;