From: Christian Weiske Date: Fri, 20 Dec 2019 15:25:21 +0000 (+0100) Subject: Buying games #4: show prices in discover store X-Git-Tag: v1.0.0~20 X-Git-Url: https://git.cweiske.de/stouyapi.git/commitdiff_plain/75dd5e0848530329858aa816823b33a66709ef54 Buying games #4: show prices in discover store --- diff --git a/bin/import-game-data.php b/bin/import-game-data.php index cad1e47..d4033af 100755 --- a/bin/import-game-data.php +++ b/bin/import-game-data.php @@ -514,7 +514,7 @@ function addDiscoverRow(&$data, $title, $games) { $row = [ 'title' => $title, - 'showPrice' => false, + 'showPrice' => true, 'ranked' => false, 'tiles' => [], ];