Author: duncan
Date: Fri Sep 22 08:38:11 2006
New Revision: 8224

Modified:
   branches/rel-1-5/freevo/src/helpers/recordserver.py

Log:
[ 1563370 ] Favorites don't get scheduled when for a title case change
Patch applied


Modified: branches/rel-1-5/freevo/src/helpers/recordserver.py
==============================================================================
--- branches/rel-1-5/freevo/src/helpers/recordserver.py (original)
+++ branches/rel-1-5/freevo/src/helpers/recordserver.py Fri Sep 22 08:38:11 2006
@@ -622,7 +622,7 @@
     
         for fav in favs.values():
     
-            if prog.title == fav.title:    
+            if prog.title.lower() == fav.title.lower():    
                 if fav.channel == 
tv_util.get_chan_displayname(prog.channel_id) \
                    or fav.channel == 'ANY':
                     if Unicode(fav.dow) == Unicode(dow) or Unicode(fav.dow) == 
u'ANY':

-------------------------------------------------------------------------
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