MM5 scripting exception: app.player.nextAsync(); [#13945]
Posted: Tue Jan 24, 2017 5:53 pm
I get an exception with following code:
app.player.nextAsync();
it's defined in an custom action:
log: http://pastebin.com/8TAuBMp1
app.player.nextAsync();
it's defined in an custom action:
Code: Select all
actions.rate0 = {
title: 'rate0',
hotkeyAble: true,
execute: function () {
app.player.nextAsync();
}
}