1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 09:49:28 +02:00
This commit is contained in:
Daniel Neto 2024-09-17 15:29:51 -03:00
parent 2f40369cd0
commit 3f15d1234a

View file

@ -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)