[Slim-Checkins] r11167 -
/branches/6.5/server/Plugins/RandomPlay/Plugin.pm
dsully at svn.slimdevices.com
dsully at svn.slimdevices.com
Tue Jan 9 12:38:10 PST 2007
Author: dsully
Date: Tue Jan 9 12:38:09 2007
New Revision: 11167
URL: http://svn.slimdevices.com?rev=11167&view=rev
Log:
Bug: N/A
Description: Fix typo.
Modified:
branches/6.5/server/Plugins/RandomPlay/Plugin.pm
Modified: branches/6.5/server/Plugins/RandomPlay/Plugin.pm
URL: http://svn.slimdevices.com/branches/6.5/server/Plugins/RandomPlay/Plugin.pm?rev=11167&r1=11166&r2=11167&view=diff
==============================================================================
--- branches/6.5/server/Plugins/RandomPlay/Plugin.pm (original)
+++ branches/6.5/server/Plugins/RandomPlay/Plugin.pm Tue Jan 9 12:38:09 2007
@@ -422,7 +422,7 @@
$::d_plugins && msgf(
"RandomPlay: Playing %s %s mode with %i items\n",
$continuousMode ? 'continuous' : 'static', $type, Slim::Player::Playlist::count($client)
- ));
+ );
# $startTime will only be defined if this is a new (or restarted) mix
if (defined $startTime) {
More information about the checkins
mailing list