[Slim-Checkins] r10177 - /trunk/server/Slim/Player/Playlist.pm
andy at svn.slimdevices.com
andy at svn.slimdevices.com
Wed Oct 4 09:20:48 PDT 2006
Author: andy
Date: Wed Oct 4 09:20:47 2006
New Revision: 10177
URL: http://svn.slimdevices.com?rev=10177&view=rev
Log:
Don't cash if newSongPlaylistCallback doesn't have a client
Modified:
trunk/server/Slim/Player/Playlist.pm
Modified: trunk/server/Slim/Player/Playlist.pm
URL: http://svn.slimdevices.com/trunk/server/Slim/Player/Playlist.pm?rev=10177&r1=10176&r2=10177&view=diff
==============================================================================
--- trunk/server/Slim/Player/Playlist.pm (original)
+++ trunk/server/Slim/Player/Playlist.pm Wed Oct 4 09:20:47 2006
@@ -671,7 +671,7 @@
sub newSongPlaylistCallback {
my $request = shift;
- my $client = $request->client();
+ my $client = $request->client() || return;
my $playlist = '';
More information about the checkins
mailing list