Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Neto committed Jun 28, 2024
1 parent 020cad7 commit 80497ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin/JustWatch/feed.json.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
$element['original_title'] = $row['title'];
$element['original_description'] = $row['description'];

$element['localized_titles'] = array('language' => 'en', 'value' => $element['original_title']);
$element['localized_descriptions'] = array('language' => 'en', 'value' => $element['original_description']);
$element['localized_titles'] = array(array('language' => 'en', 'value' => $element['original_title']));
$element['localized_descriptions'] = array(array('language' => 'en', 'value' => $element['original_description']));
$element['offers'] = array(
array(
'web_url' => Video::getLinkToVideo($row['id']),
Expand Down

0 comments on commit 80497ef

Please sign in to comment.