Skip to content

Commit

Permalink
Added new Movie properties
Browse files Browse the repository at this point in the history
template, variables and id
  • Loading branch information
qcardona committed Apr 4, 2024
1 parent b96159a commit 5f7788f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class Scene extends Base {
class Movie extends Base {
constructor(...a) {
super(...a);
this.properties = ['comment', 'draft', 'width', 'height', 'resolution', 'exports', 'quality', 'fps', 'cache'];
this.properties = ['comment', 'draft', 'width', 'height', 'resolution', 'exports', 'quality', 'fps', 'cache', 'template', 'variables', 'id'];
this.api_url = 'https://api.json2video.com/v2/movies';
this.apikey = null;
}
Expand Down

0 comments on commit 5f7788f

Please sign in to comment.