Skip to content

Commit 5e60fc1

Browse files
authored
Added 'client-data' as a property.
1 parent 395af8a commit 5e60fc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Movie.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
class Movie extends Base {
66
private $api_url = 'https://api.json2video.com/v2/movies';
7-
protected $properties = ['comment', 'draft', 'width', 'height', 'resolution', 'exports', 'quality', 'fps', 'cache', 'template', 'variables', 'id'];
7+
protected $properties = ['comment', 'draft', 'width', 'height', 'resolution', 'exports', 'quality', 'fps', 'cache', 'template', 'variables', 'id', 'client-data'];
88

99
private $apikey = null;
1010

@@ -165,4 +165,4 @@ public function printStatus($response, $quota) {
165165
echo 'Remaining time quota: ', $quota['time']??'No quota', ' seconds', PHP_EOL, PHP_EOL;
166166
}
167167
}
168-
}
168+
}

0 commit comments

Comments
 (0)