Skip to content

Commit

Permalink
[create-pull-request] automated change (#947)
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 920b014 commit a8d9a52
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 @@ -212,6 +212,15 @@
"platform": 1,
"genres": []
},
{
"id": 197,
"title": "Batman: Arkham Knight - A Matter of Family",
"videoId": "eLrB7e_YZVY",
"releaseDate": "2015-10-28",
"duration": "00:51:45",
"platform": 1,
"genres": []
},
{
"id": 195,
"title": "Batman: Arkham Knight - Catwoman's Revenge",
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 @@ -401,6 +401,12 @@
"availableAt": "2020-02-29",
"endAt": "2020-02-29"
},
{
"title": "Batman: Arkham Knight - A Matter of Family",
"videoId": "eLrB7e_YZVY",
"availableAt": "2020-02-29",
"endAt": "2020-02-29"
},
{
"title": "Prince of Persia : Les Deux Royaumes",
"playlistId": "PLRfhDHeBTBJ6ptBn3Rkq74O50hly24Gqg",
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": 83,
"total_available": 81,
"total": 84,
"total_available": 82,
"total_unavailable": 2
},
{
Expand Down Expand Up @@ -186,19 +186,19 @@
}
],
"general": {
"total": 194,
"total_available": 169,
"total": 195,
"total_available": 170,
"total_unavailable": 27,
"channel_start_date": "2014-04-15T17:35:16+00:00",
"total_time": {
"hours": 997,
"minutes": 47,
"seconds": 31
"hours": 998,
"minutes": 39,
"seconds": 16
},
"total_time_available": {
"hours": 868,
"minutes": 38,
"seconds": 46
"hours": 869,
"minutes": 30,
"seconds": 31
},
"total_time_unavailable": {
"hours": 143,
Expand Down

0 comments on commit a8d9a52

Please sign in to comment.