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

Help improve MediaMonkey 5 by testing the latest pre-release builds, and reporting bugs and feature requests.

Moderator: Gurus

stax76
Posts: 176
Joined: Sun Mar 12, 2006 6:45 am

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

Post 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
PetrCBR
Posts: 1777
Joined: Tue Mar 07, 2006 5:31 pm
Location: Czech
Contact:

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

Post 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.
How to make a debuglog - step 4b: viewtopic.php?f=30&t=86643
Post Reply