Skip to content

Commit 5f7788f

Browse files
committed
Added new Movie properties
template, variables and id
1 parent b96159a commit 5f7788f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ class Scene extends Base {
7272
class Movie extends Base {
7373
constructor(...a) {
7474
super(...a);
75-
this.properties = ['comment', 'draft', 'width', 'height', 'resolution', 'exports', 'quality', 'fps', 'cache'];
75+
this.properties = ['comment', 'draft', 'width', 'height', 'resolution', 'exports', 'quality', 'fps', 'cache', 'template', 'variables', 'id'];
7676
this.api_url = 'https://api.json2video.com/v2/movies';
7777
this.apikey = null;
7878
}

0 commit comments

Comments
 (0)