- or download this
sub setMode {
my $class = shift;
...
pushMainMenuMode($client);
}
}
- or download this
my $valueref = $client->modeParam('valueRef');
...
}
Slim::Buttons::Common::pushModeLeft($client, $modeFilterSe
+lection, { folder => getCurrentFilterDir($client) });
}
- or download this
sub filterMenu {
my ($client, $callback, $args) = @_;
...
items => $items
});
}