Author: duncan
Date: Thu Jan 4 05:51:54 2007
New Revision: 8926
Modified:
branches/rel-1/freevo/src/tv/epg_xmltv.py
Log:
[ 1626513 ] Allow prevention of duplicated recordings
The one that got away :)
Modified: branches/rel-1/freevo/src/tv/epg_xmltv.py
==============================================================================
--- branches/rel-1/freevo/src/tv/epg_xmltv.py (original)
+++ branches/rel-1/freevo/src/tv/epg_xmltv.py Thu Jan 4 05:51:54 2007
@@ -252,7 +252,7 @@
prog.channel_id = p['channel']
prog.title = Unicode(p['title'][0][0])
if p.has_key('date'):
- prog.date = Unicode(p['date'][0])
+ prog.date = Unicode(p['date'])
if p.has_key('category'):
prog.categories = [ cat[0] for cat in p['category'] ]
if p.has_key('rating'):
-------------------------------------------------------------------------
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