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 441c0cc commit 53a96e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/JustWatch/feed.json.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
$array['streaming_service']['name'] = $obj->streaming_service_name;
$array['streaming_service']['url'] = $obj->streaming_service_url;
$array['streaming_service']['application_stores'] = json_decode($obj->application_stores->value);
$array['streaming_service']['application_packages'] = json_decode($obj->streaming_service_url->value);
$array['streaming_service']['application_packages'] = json_decode($obj->application_packages->value);

$array['contents'] = array();

Expand Down

0 comments on commit 53a96e3

Please sign in to comment.