Bugzilla – Bug 3483
object method "symbols" not in HTTP.pm
Last modified: 2006-06-06 07:46:26 UTC
Can't locate object method "symbols" via package "Slim::Player::HTTP" Not a big deal, but probably the dummy method symbols should be added to the tail of the other dummy methods in Slim::Player::HTTP. I added this to line 65: sub symbols { undef } I ran into the problem with a plugin that blindly called $client->symbols. Looking at the class hierarchy, I don't see a problem with expecting synmbols to exist for any "Player". Richard
The standard solution for this type of requirement is to place the dummy stub in the Client.pm base object. Fixed in trunk, change 7766 and for 6.3.x builds as of change 7767