Adrian, I know you don't plan to maintain this plugin but I had a crash
when I powered down my SB:-

As I'm very probably going to integrate it in MusicInfoSCR, I had a quick look:

Can't call method "isa" on an undefined value at
/usr/local/6.5/server/Plugins/CustomDisplay/Plugin.pm line 24.

Yep, the plugin doesn't check whether there's actually a player or not. Let's blame it to the demo state of the code :-).

Add something like

return unless (defined $client);

on line 20

--

Michael

-----------------------------------------------------------
Help translate SlimServer by using the
SlimString Translation Helper (http://www.herger.net/slim/)

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/plugins

Reply via email to