[Scummvm-git-logs] scummvm-web master -> 0c89fb51e1dc5d0c57a440d78afe8fe111c0a919

Thunderforge noreply at scummvm.org
Tue Jan 24 02:05:11 UTC 2023


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-web' repo located at https://github.com/scummvm/scummvm-web .

Summary:
0c89fb51e1 WEB: Using new game_downloads table (backwards compatible)


Commit: 0c89fb51e1dc5d0c57a440d78afe8fe111c0a919
    https://github.com/scummvm/scummvm-web/commit/0c89fb51e1dc5d0c57a440d78afe8fe111c0a919
Author: Thunderforge (wjherrmann at gmail.com)
Date: 2023-01-23T20:05:04-06:00

Commit Message:
WEB: Using new game_downloads table (backwards compatible)

Pulling data from a sheet with the new id

Changed paths:
    include/DataUtils.php


diff --git a/include/DataUtils.php b/include/DataUtils.php
index 3917bdba..42fcca1c 100644
--- a/include/DataUtils.php
+++ b/include/DataUtils.php
@@ -28,7 +28,7 @@ class DataUtils
         'engines' => '0',
         'companies' => '226191984',
         'versions' => '1225902887',
-        'game_demos' => '713475305',
+        'game_demos' => '1303420306',
         'series' => '1095671818',
         'screenshots' => '168506355',
         'scummvm_downloads' => '1057392663',




More information about the Scummvm-git-logs mailing list