Skip to content

Search Icon not displayed in Tidal Menu #102

Open
@TeraX

Description

@TeraX

Hi Michael,

The Seach Icon Image is not visible in the Tidal Menu.

Image

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}
});
},
},{

Image

I clear also my broser cache.
The latest Plugin is runing with Lyrion Server 9.0.2

Best Regards
Daniel

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions