Skip to content

Commit

Permalink
[create-pull-request] automated change (#967)
Browse files Browse the repository at this point in the history
Co-authored-by: jy95 <[email protected]>
  • Loading branch information
github-actions[bot] and jy95 authored Nov 1, 2024
1 parent c8f4682 commit 23ff591
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 10 deletions.
Binary file modified GamesPassionFR.db
Binary file not shown.
9 changes: 9 additions & 0 deletions src/app/api/games/games.json
Original file line number Diff line number Diff line change
Expand Up @@ -1763,6 +1763,15 @@
14
]
},
{
"id": 204,
"title": "South Park: The Fractured But Whole - From Dusk Till Casa Bonita",
"videoId": "YyUSdoL6y5Q",
"releaseDate": "2018-03-20",
"duration": "01:28:57",
"platform": 1,
"genres": []
},
{
"id": 132,
"title": "Space Invaders Extreme",
Expand Down
6 changes: 6 additions & 0 deletions src/app/api/planning/past-planning.json
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,12 @@
"availableAt": "2020-06-01",
"endAt": "2020-06-24"
},
{
"title": "South Park: The Fractured But Whole - From Dusk Till Casa Bonita",
"videoId": "YyUSdoL6y5Q",
"availableAt": "2020-07-12",
"endAt": "2020-07-12"
},
{
"title": "Hercule",
"videoId": "Z-hI2U2g_j0",
Expand Down
20 changes: 10 additions & 10 deletions src/app/api/stats/stats.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
{
"id": 1,
"platform": "PC",
"total": 78,
"total_available": 76,
"total": 79,
"total_available": 77,
"total_unavailable": 2
},
{
Expand Down Expand Up @@ -186,19 +186,19 @@
}
],
"general": {
"total": 189,
"total_available": 164,
"total": 190,
"total_available": 165,
"total_unavailable": 27,
"channel_start_date": "2014-04-15T17:35:16+00:00",
"total_time": {
"hours": 1003,
"minutes": 35,
"seconds": 21
"hours": 1005,
"minutes": 4,
"seconds": 18
},
"total_time_available": {
"hours": 874,
"minutes": 26,
"seconds": 36
"hours": 875,
"minutes": 55,
"seconds": 33
},
"total_time_unavailable": {
"hours": 143,
Expand Down

0 comments on commit 23ff591

Please sign in to comment.