Skip to content

Commit

Permalink
[create-pull-request] automated change (#937)
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 ad651b4 commit 9f36880
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 8 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 @@ -203,6 +203,15 @@
12
]
},
{
"id": 192,
"title": "Batman: Arkham Knight - Red Hood Story Pack",
"videoId": "FO8cYct2Bkw",
"releaseDate": "2015-10-28",
"duration": "00:14:17",
"platform": 1,
"genres": []
},
{
"id": 4,
"title": "Batman: Arkham Origins",
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 @@ -371,6 +371,12 @@
"availableAt": "2020-01-01",
"endAt": "2020-03-07"
},
{
"title": "Batman: Arkham Knight - Red Hood Story Pack",
"videoId": "FO8cYct2Bkw",
"availableAt": "2020-02-20",
"endAt": "2020-02-20"
},
{
"title": "Prince of Persia : Les Deux Royaumes",
"playlistId": "PLRfhDHeBTBJ6ptBn3Rkq74O50hly24Gqg",
Expand Down
16 changes: 8 additions & 8 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": 996,
"minutes": 31,
"seconds": 31
"minutes": 45,
"seconds": 48
},
"total_time_available": {
"hours": 867,
"minutes": 22,
"seconds": 46
"minutes": 37,
"seconds": 3
},
"total_time_unavailable": {
"hours": 143,
Expand Down

0 comments on commit 9f36880

Please sign in to comment.