Page 1 of 1

MM5 scripting exception: app.player.nextAsync(); [#13945]

Posted: Tue Jan 24, 2017 5:53 pm
by stax76
I get an exception with following code:

app.player.nextAsync();

it's defined in an custom action:

Code: Select all

actions.rate0 = {
    title: 'rate0',
    hotkeyAble: true,
    execute: function () {
        app.player.nextAsync();
    }
}
log: http://pastebin.com/8TAuBMp1

Re: MM5 scripting exception: app.player.nextAsync();

Posted: Wed Jan 25, 2017 5:29 am
by PetrCBR
Thanks. Currently nextAsync require one bool parameter (whether to increase skip count or not), but for a next build we will make it optional. Added as 13945.