From 1a2b0a4379ee3e9d16108c52abdadc9bb85675c1 Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Fri, 12 Jun 2009 00:21:01 +0200 Subject: patch by Dr.Best - allow using filesize of movie in converter --- lib/service/servicedvb.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/service/servicedvb.cpp') diff --git a/lib/service/servicedvb.cpp b/lib/service/servicedvb.cpp index 52978dc3..bd15bcdc 100644 --- a/lib/service/servicedvb.cpp +++ b/lib/service/servicedvb.cpp @@ -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; -- cgit v1.2.3