Skip to content

Commit a5ae41d

Browse files
authored
Added 'client-data' to all.php
1 parent 5e60fc1 commit a5ae41d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bundled/all.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class Scene extends Base {
6363

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

6868
private $apikey = null;
6969

@@ -200,4 +200,4 @@ public function printStatus($response, $quota) {
200200
echo 'Remaining quota: movies(', $quota['movies'], ') and drafts(', $quota['drafts'], ')', PHP_EOL, PHP_EOL;
201201
}
202202
}
203-
}
203+
}

0 commit comments

Comments
 (0)