Oooops, sorry a cut 'n' paste error; think I have fixed, well its
publishing the services now, but I can't test as I am remote at the
moment...

Ron Olsen wrote: 
> I think there is a bug in the ip6bin routine in the latest version of
> Plugin.pm (0.23.4) in https://github.com/StuartUSA/shairport_plugin.
> 
> The line
> > 
Code:
--------------------
  >   > 
  > $ip =~ /((.*):?(.+)/;
  > 
--------------------
> > 
> should be
> > 
Code:
--------------------
  >   > 
  > $ip =~ /((.*)::)?(.+)/;
  > 
--------------------
> >


------------------------------------------------------------------------
StuartUSA's Profile: http://forums.slimdevices.com/member.php?userid=44085
View this thread: http://forums.slimdevices.com/showthread.php?t=100379

_______________________________________________
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to