Open
Description
Hi Michael,
The Seach Icon Image is not visible in the Tidal Menu.
I checked the "Plugin.pm" but the image path is correct and the image is existing in that path
},{
name => cstring($client, 'SEARCH'),
image => 'html/images/search.png',
type => 'search',
url => sub {
my ($client, $cb, $params) = @_;
my $menu = searchMenu($client, {
search => lc($params->{search})
});
$cb->({
items => $menu->{items}
});
},
},{
I clear also my broser cache.
The latest Plugin is runing with Lyrion Server 9.0.2
Best Regards
Daniel
Metadata
Metadata
Assignees
Labels
No labels