Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Neto committed Sep 17, 2024
1 parent 9827712 commit 3b38cc8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions feed/vizio.json.php
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,16 @@ function rowToVizioSearch($row) {
]
];

$feed->configurationFeed->countries = [
[
'id' => 'usa',
'isoCode' => 'USA',
'isoType' => 'ISO 3166-1 alpha-3',
]
];

$feed->configurationFeed->deeplinkTemplates = [];

// Content Feed (productions)
$feed->contentFeed = new stdClass();
$feed->contentFeed->sourceId = $feed->configurationFeed->source->id;
Expand Down

0 comments on commit 3b38cc8

Please sign in to comment.