Skip to content

Commit

Permalink
[create-pull-request] automated change (#939)
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 9f36880 commit a9c80aa
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 7 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": 193,
"title": "Batman: Arkham Knight - Harley Quinn Story Pack",
"videoId": "ln_Pnp1zOQw",
"releaseDate": "2015-10-28",
"duration": "00:15:00",
"platform": 1,
"genres": []
},
{
"id": 192,
"title": "Batman: Arkham Knight - Red Hood Story Pack",
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 @@ -377,6 +377,12 @@
"availableAt": "2020-02-20",
"endAt": "2020-02-20"
},
{
"title": "Batman: Arkham Knight - Harley Quinn Story Pack",
"videoId": "ln_Pnp1zOQw",
"availableAt": "2020-02-25",
"endAt": "2020-02-25"
},
{
"title": "Prince of Persia : Les Deux Royaumes",
"playlistId": "PLRfhDHeBTBJ6ptBn3Rkq74O50hly24Gqg",
Expand Down
14 changes: 7 additions & 7 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,18 +186,18 @@
}
],
"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": 996,
"minutes": 45,
"hours": 997,
"minutes": 0,
"seconds": 48
},
"total_time_available": {
"hours": 867,
"minutes": 37,
"minutes": 52,
"seconds": 3
},
"total_time_unavailable": {
Expand Down

0 comments on commit a9c80aa

Please sign in to comment.