mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 01:39:24 +02:00
Update
This commit is contained in:
parent
2f40369cd0
commit
3f15d1234a
1 changed files with 5 additions and 1 deletions
|
@ -142,7 +142,11 @@ if (empty($output)) {
|
|||
$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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue