Author: dmeyer
Date: Fri Jan 12 21:55:26 2007
New Revision: 8971

Modified:
   trunk/tvserver/src/recorder.py

Log:
name bugfix for unknown channels

Modified: trunk/tvserver/src/recorder.py
==============================================================================
--- trunk/tvserver/src/recorder.py      (original)
+++ trunk/tvserver/src/recorder.py      Fri Jan 12 21:55:26 2007
@@ -294,7 +294,8 @@
                     # Stop here. The channel is in the mapping list but not
                     # detected by the system. Before we do some bad guessing,
                     # just set the channel to a non epg channel
-                    self.add_channel(kaa.epg.guide.new_channel(channel), 
channel)
+                    chan = kaa.epg.guide.new_channel(name=channel)
+                    self.add_channel(chan, channel)
                     continue
 
                 # Now we start the ugly part of guessing

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