Author: duncan
Date: Sun Aug  5 06:44:47 2007
New Revision: 9803

Log:
[ 1715399 ] Autoshutdown wakeup time logical problems
Patch from Richard van Paasen applied


Modified:
   branches/rel-1/freevo/src/plugins/autoshutdown.py

Modified: branches/rel-1/freevo/src/plugins/autoshutdown.py
==============================================================================
--- branches/rel-1/freevo/src/plugins/autoshutdown.py   (original)
+++ branches/rel-1/freevo/src/plugins/autoshutdown.py   Sun Aug  5 06:44:47 2007
@@ -657,6 +657,7 @@
     if __is_recordserver_remote():
         raise ExRecordServerRemote
     try:
+        (result, schedule) = record_client.updateFavoritesSchedule()
         (result, schedule) = record_client.getScheduledRecordings()
     except:
         raise ExNoRecordServer

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to