On Aug 30, 2007, at 12:29 PM, kdf wrote:

>
> probably this line:
> my %slimp3 = map { $_ => 1 } @{ $prefs->get('slimp3clients') };
>
> if the pref for slimp3clients doesn't exist, you get the message in
> your log.  I guess not many users have slimp3-type devices connecting
> to a clean install.
>
> Please file a bug at bugs.slimdevices.com (you'll need a new sign in).
> It's an easy fix, but my evening probably won't give me time to  
> merge it
> in. This will make sure it doesn't get forgotten.

I'm pretty sure this is fixed in the sync code I'll be checking in  
soon.  Try fixing it locally to this:

my %slimp3 = map { $_ => 1 } @{ $prefs->get('slimp3clients') || [] };
_______________________________________________
beta mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/beta

Reply via email to