Skip to content

Commit

Permalink
https://github.com/WWBN/AVideo/issues/8177
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel authored and daniel committed Jul 19, 2023
1 parent 1a1e052 commit f954220
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions objects/Encoder.php
Original file line number Diff line number Diff line change
Expand Up @@ -1786,6 +1786,7 @@ public static function sendToStreamer($target, $postFields, $return_vars = false
$postFields['return_vars'] = $return_vars_str;
if (!empty($return_vars->releaseDate)) {
$postFields['releaseDate'] = $return_vars->releaseDate;
$postFields['releaseTime'] = strtotime($return_vars->releaseDate);
}
if (!empty($return_vars->videos_id)) {
$postFields['videos_id'] = $return_vars->videos_id;
Expand Down

0 comments on commit f954220

Please sign in to comment.