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 d3f40af commit 98284eb
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions feed/vizio.json.php
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@ function rowToVizioSearch($row)
];

$feed->configurationFeed->deeplinkTemplates = [
/*
[
"id" => "1",
"template" => "http://partner.com/[id]",
Expand All @@ -194,7 +193,6 @@ function rowToVizioSearch($row)
],
"action" => 0
]
*/
];

// Content Feed (productions)
Expand Down Expand Up @@ -263,11 +261,19 @@ function rowToVizioSearch($row)
$feed->availabilityFeed = new stdClass();
$feed->availabilityFeed->sourceId = $feed->configurationFeed->source->id;
$feed->availabilityFeed->onDemandOfferings = [
/*
"appId" => [
$global['VizioAppID']
],
*/
"templateId" => "1",
"resolutions" => [
"HD 720P"
],
"color" => "Standard",
"id" => "offeringmovie1",
"payStructure" => "Ad-supported",
"customAttributes" => [
"id" => "Movie1"
]
];

// Cache the generated output
Expand Down

0 comments on commit 98284eb

Please sign in to comment.