Skip to content

Commit

Permalink
[create-pull-request] automated change (#969)
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 23ff591 commit 23cccd4
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 9 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": 205,
"title": "South Park: The Fractured But Whole - Bring The Crunch",
"videoId": "t-Tu3OW97x0",
"releaseDate": "2018-07-31",
"duration": "00:34:17",
"platform": 1,
"genres": []
},
{
"id": 204,
"title": "South Park: The Fractured But Whole - From Dusk Till Casa Bonita",
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 @@ -455,6 +455,12 @@
"availableAt": "2020-07-12",
"endAt": "2020-07-12"
},
{
"title": "South Park: The Fractured But Whole - Bring The Crunch",
"videoId": "t-Tu3OW97x0",
"availableAt": "2020-07-12",
"endAt": "2020-07-12"
},
{
"title": "Hercule",
"videoId": "Z-hI2U2g_j0",
Expand Down
18 changes: 9 additions & 9 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": 79,
"total_available": 77,
"total": 80,
"total_available": 78,
"total_unavailable": 2
},
{
Expand Down Expand Up @@ -186,19 +186,19 @@
}
],
"general": {
"total": 190,
"total_available": 165,
"total": 191,
"total_available": 166,
"total_unavailable": 27,
"channel_start_date": "2014-04-15T17:35:16+00:00",
"total_time": {
"hours": 1005,
"minutes": 4,
"seconds": 18
"minutes": 38,
"seconds": 35
},
"total_time_available": {
"hours": 875,
"minutes": 55,
"seconds": 33
"hours": 876,
"minutes": 29,
"seconds": 50
},
"total_time_unavailable": {
"hours": 143,
Expand Down

0 comments on commit 23cccd4

Please sign in to comment.