Category subtitles config option
[stouyapi.git] / bin / build-html.php
index faefdb97d53b53163b9207c8f3005119b19690cf..1f6c87cdbf4248a28d0569ad53761171089559dd 100755 (executable)
@@ -92,6 +92,8 @@ function renderDiscoverFile($discoverFile)
     $json = json_decode(file_get_contents($discoverFile));
 
     $title    = $json->title . ' OUYA games';
+    $subtitle = $json->stouyapi->subtitle ?? null;
+
     $sections = [];
     foreach ($json->rows as $row) {
         $section = (object) [