app.player.nextAsync();
it's defined in an custom action:
Code: Select all
actions.rate0 = {
title: 'rate0',
hotkeyAble: true,
execute: function () {
app.player.nextAsync();
}
}
Moderator: Gurus
Code: Select all
actions.rate0 = {
title: 'rate0',
hotkeyAble: true,
execute: function () {
app.player.nextAsync();
}
}