[Slim-Checkins] r11735 - in /trunk/server: HTML/EN/html/docs/cli-api.html Slim/Control/Queries.pm
fred at svn.slimdevices.com
fred at svn.slimdevices.com
Sun Apr 8 16:40:58 PDT 2007
Author: fred
Date: Sun Apr 8 16:40:57 2007
New Revision: 11735
URL: http://svn.slimdevices.com?rev=11735&view=rev
Log:
Bug: N/A
Description: Be coherent and call the tag in players like the tag
doing the same thing in serverstatus
Modified:
trunk/server/HTML/EN/html/docs/cli-api.html
trunk/server/Slim/Control/Queries.pm
Modified: trunk/server/HTML/EN/html/docs/cli-api.html
URL: http://svn.slimdevices.com/trunk/server/HTML/EN/html/docs/cli-api.html?rev=11735&r1=11734&r2=11735&view=diff
==============================================================================
--- trunk/server/HTML/EN/html/docs/cli-api.html (original)
+++ trunk/server/HTML/EN/html/docs/cli-api.html Sun Apr 8 16:40:57 2007
@@ -2001,7 +2001,7 @@
</tr>
<tr>
<td>
- prefs
+ playerprefs
</td>
<td>
Comma separated list of preference values to return (for each player).
Modified: trunk/server/Slim/Control/Queries.pm
URL: http://svn.slimdevices.com/trunk/server/Slim/Control/Queries.pm?rev=11735&r1=11734&r2=11735&view=diff
==============================================================================
--- trunk/server/Slim/Control/Queries.pm (original)
+++ trunk/server/Slim/Control/Queries.pm Sun Apr 8 16:40:57 2007
@@ -809,7 +809,7 @@
my $quantity = $request->getParam('_quantity');
my @prefs;
- if (defined(my $pref_list = $request->getParam('prefs'))) {
+ if (defined(my $pref_list = $request->getParam('playerprefs'))) {
# split on commas
@prefs = split(/,/, $pref_list);
More information about the checkins
mailing list