Skip to content

Commit

Permalink
sdk: update with node pty
Browse files Browse the repository at this point in the history
  • Loading branch information
koush committed Nov 10, 2023
1 parent 793c583 commit 7e65605
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/types/scrypted_python/scrypted_sdk/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -1422,7 +1422,7 @@ async def removeVideoClips(self, videoClipIds: list[str]) -> None:

class VideoFrameGenerator:

async def generateVideoFrames(self, mediaObject: MediaObject, options: VideoFrameGeneratorOptions = None, filter: Any = None) -> VideoFrame:
async def generateVideoFrames(self, mediaObject: MediaObject, options: VideoFrameGeneratorOptions = None) -> VideoFrame:
pass


Expand Down
1 change: 1 addition & 0 deletions sdk/webpack.nodejs.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ if (process.env.WEBPACK_ANALYZER) {

const alias = {};
const polyfills = [
'node-pty-prebuilt-multiarch',
'node-forge',
'source-map-support/register',
'adm-zip',
Expand Down

0 comments on commit 7e65605

Please sign in to comment.