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 2f40369 commit 3f15d12
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion feed/vizio.json.php
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,11 @@ function rowToVizioSearch($row)
$feed->configurationFeed->source = new stdClass();
$feed->configurationFeed->source->id = $global['VizioSourceID'];
$feed->configurationFeed->source->name = $title;
$feed->configurationFeed->apps = $global['VizioApps'] ?? []; // Ensure apps are included if required
$feed->configurationFeed->apps = array(
array(
'id'=>$global['VizioAppID']
)
); // Ensure apps are included if required


// Content Feed (productions)
Expand Down

0 comments on commit 3f15d12

Please sign in to comment.