Skip to content

Commit

Permalink
[create-pull-request] automated change (#945)
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 5d91c37 commit 920b014
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": 196,
"title": "Batman: Arkham Knight - A Flip of a Coin",
"videoId": "mu3quLXf9qI",
"releaseDate": "2015-11-24",
"duration": "00:16:06",
"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 @@ -395,6 +395,12 @@
"availableAt": "2020-02-27",
"endAt": "2020-02-27"
},
{
"title": "Batman: Arkham Knight - A Flip of a Coin",
"videoId": "mu3quLXf9qI",
"availableAt": "2020-02-29",
"endAt": "2020-02-29"
},
{
"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": 82,
"total_available": 80,
"total": 83,
"total_available": 81,
"total_unavailable": 2
},
{
Expand Down Expand Up @@ -186,19 +186,19 @@
}
],
"general": {
"total": 193,
"total_available": 168,
"total": 194,
"total_available": 169,
"total_unavailable": 27,
"channel_start_date": "2014-04-15T17:35:16+00:00",
"total_time": {
"hours": 997,
"minutes": 31,
"seconds": 25
"minutes": 47,
"seconds": 31
},
"total_time_available": {
"hours": 868,
"minutes": 22,
"seconds": 40
"minutes": 38,
"seconds": 46
},
"total_time_unavailable": {
"hours": 143,
Expand Down

0 comments on commit 920b014

Please sign in to comment.