[Slim-Checkins] r9426 - /branches/6.5/server/Plugins/RssNews.pm
andy at svn.slimdevices.com
andy at svn.slimdevices.com
Tue Sep 5 03:29:29 PDT 2006
Author: andy
Date: Tue Sep 5 03:29:28 2006
New Revision: 9426
URL: http://svn.slimdevices.com?rev=9426&view=rev
Log:
Display an error when all RSS feeds failed in screensaver mode
Modified:
branches/6.5/server/Plugins/RssNews.pm
Modified: branches/6.5/server/Plugins/RssNews.pm
URL: http://svn.slimdevices.com/branches/6.5/server/Plugins/RssNews.pm?rev=9426&r1=9425&r2=9426&view=diff
==============================================================================
--- branches/6.5/server/Plugins/RssNews.pm (original)
+++ branches/6.5/server/Plugins/RssNews.pm Tue Sep 5 03:29:28 2006
@@ -522,6 +522,13 @@
if ( $errors == scalar @feeds ) {
$::d_plugins && msg("RSS: All feeds failed, giving up\n");
+
+ if ( $client->param('PLUGIN.RssNews.screensaver_mode') ) {
+ $client->update( {
+ 'line1' => $client->string('PLUGIN_RSSNEWS'),
+ 'line2' => $client->string('PLUGIN_RSSNEWS_ERROR'),
+ } );
+ }
}
else {
getNextFeed( $client );
More information about the checkins
mailing list