Skip to content

Commit

Permalink
[create-pull-request] automated change (#951)
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 931bfaf commit 32c2747
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 @@ -230,6 +230,15 @@
"platform": 1,
"genres": []
},
{
"id": 199,
"title": "Batman: Arkham Knight - DLC : La guerre des ombres",
"videoId": "iwCa1cg64xM",
"releaseDate": "2015-12-22",
"duration": "00:41:18",
"platform": 1,
"genres": []
},
{
"id": 198,
"title": "Batman: Arkham Knight - DLC : Sous la surface",
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 @@ -479,6 +479,12 @@
"availableAt": "2020-10-17",
"endAt": "2020-10-17"
},
{
"title": "Batman: Arkham Knight - DLC : La guerre des ombres",
"videoId": "iwCa1cg64xM",
"availableAt": "2020-10-18",
"endAt": "2020-10-18"
},
{
"title": "Mafia: Definitive Edition",
"playlistId": "PLRfhDHeBTBJ6SEXdQnTM4OHRH9mDIRocv",
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": 85,
"total_available": 83,
"total": 86,
"total_available": 84,
"total_unavailable": 2
},
{
Expand Down Expand Up @@ -186,19 +186,19 @@
}
],
"general": {
"total": 196,
"total_available": 171,
"total": 197,
"total_available": 172,
"total_unavailable": 27,
"channel_start_date": "2014-04-15T17:35:16+00:00",
"total_time": {
"hours": 999,
"minutes": 4,
"seconds": 30
"minutes": 45,
"seconds": 48
},
"total_time_available": {
"hours": 869,
"minutes": 55,
"seconds": 45
"hours": 870,
"minutes": 37,
"seconds": 3
},
"total_time_unavailable": {
"hours": 143,
Expand Down

0 comments on commit 32c2747

Please sign in to comment.