morberg;414733 Wrote: 
> I'd be happy to try out suggested patches.
Some more observations:
$prefs->get('host') returns an empty string on my system.
Slim::Utils::OSDetect::OS() returns 'mac'.

Checking for 'mac' in addition to 'unix' in convertPath fixes the
problem for me, i.e. changing line 1099 in Plugin.pm to:

Code:
--------------------
    
  if ($os eq 'unix' || $os eq 'mac') {
  
--------------------


-- 
morberg
------------------------------------------------------------------------
morberg's Profile: http://forums.slimdevices.com/member.php?userid=8757
View this thread: http://forums.slimdevices.com/showthread.php?t=49226

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

Reply via email to