Skip to content

Commit

Permalink
fix update metadata for videos
Browse files Browse the repository at this point in the history
  • Loading branch information
tgloeggl committed Jun 28, 2024
1 parent 85084d5 commit 025d5a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Models/Videos.php
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@ public function updateMetadata($event)
}
}

if ($result) {
if ($republish) {
$api_wf_client = ApiWorkflowsClient::getInstance($this->config_id);

if ($api_wf_client->republish($this->episode)) {
Expand Down

0 comments on commit 025d5a6

Please sign in to comment.