Bugzilla – Bug 2071
no object method unblock in Plugins:ShoutcastBrowser:Plugin.pm
Last modified: 2005-09-04 10:35:11 UTC
When connected to slimserver with Winamp the call to $params->{'client'}->unblock(); fails the old method Slim::Buttons::Block::unblock($params->{'client'}); seems to work OK
Created attachment 794 [details] dummy sub in the client module The proper way to handle this is to have a dummy method in the base client class. give it a try and let me know if that works for you.
Dummmy Sub's (block, unblock) seem to work OK.
committed to trunk at change 4161