That does the trick :) thanks! On 10-Dec-05, at 4:13 PM, Triode wrote:
my $self = $class->SUPER::new(undef, $command);
${*$self}{'contentType'} = $format;
return $self;
}
sub contentType {
my $self = shift;
return ${*$self}{'contentType'};
}
_______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/plugins
