Evgenii

Results 3 issues of Evgenii

Hi! first of all, thank you for your work that helps many people It would really helpful if you could add option to turn disable/enable auto scripts execution option on...

at https://github.com/Adobe-CEP/Samples/blob/master/PProPanel/jsx/PPRO/Premiere.jsx ExportAAF function example is misleading, with the set arguments function will return 1 due to the 'explode to mono?' argument, changing it to 1, will enable other params...

``` const payload = { channelId: channel.id, sortBy: 'newest', channelIdType: 0 }; const response = await channelInfo.getChannelVideos(payload); const moreVideos = await channelInfo.getChannelVideosMore({continuation: response.continuation}) ``` Produces error: ![Screenshot 2023-07-08 at 02...