Author: duncan
Date: Sun Mar 18 14:03:36 2007
New Revision: 9348

Modified:
   branches/rel-1/freevo/src/video/videoitem.py

Log:
[ 1683035 ] VideoItem length error
Patch from Gorka Olaizola applied


Modified: branches/rel-1/freevo/src/video/videoitem.py
==============================================================================
--- branches/rel-1/freevo/src/video/videoitem.py        (original)
+++ branches/rel-1/freevo/src/video/videoitem.py        Sun Mar 18 14:03:36 2007
@@ -227,7 +227,7 @@
                 if self.info['runtime'] != 'None':
                     return self.info['runtime']
 
-            total = ''
+            total = 0
             if self.subitems:
                 for s in self.subitems:
                     if s.info['length']:

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to