Use developer URL in game details page and all games list
[stouyapi.git] / bin / import-game-data.php
index cfd16308e5eba6f93d3fbc634c39600d5d525271..e90ccc948043cad9b6c13df017c14689bebe4984 100755 (executable)
@@ -517,6 +517,7 @@ function buildDetails($game)
 
         'stouyapi' => [
             'internet-archive' => $iaUrl,
+            'developer-url'    => $game->developer->website ?? null,
         ]
     ];
 }