Skip to content

Commit

Permalink
[create-pull-request] automated change (#965)
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 df95051 commit c8f4682
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 13 deletions.
Binary file modified GamesPassionFR.db
Binary file not shown.
12 changes: 12 additions & 0 deletions src/app/api/dlcs/dlcs.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
[
{
"game_title": "Batman Arkham City",
"dlcs": [
{
"id": 203,
"title": "Batman Arkham City: Harley Quinn's Revenge",
"videoId": "XGEgNG67oXA",
"duration": "01:12:35",
"platform": 1
}
]
},
{
"game_title": "Batman: Arkham Knight",
"dlcs": [
Expand Down
9 changes: 0 additions & 9 deletions src/app/api/games/games.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,15 +152,6 @@
12
]
},
{
"id": 203,
"title": "Batman Arkham City: Harley Quinn's Revenge",
"videoId": "XGEgNG67oXA",
"releaseDate": "2012-05-31",
"duration": "01:12:35",
"platform": 1,
"genres": []
},
{
"id": 153,
"title": "Batman The Telltale Series",
Expand Down
8 changes: 4 additions & 4 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": 78,
"total_available": 76,
"total_unavailable": 2
},
{
Expand Down Expand Up @@ -186,8 +186,8 @@
}
],
"general": {
"total": 190,
"total_available": 165,
"total": 189,
"total_available": 164,
"total_unavailable": 27,
"channel_start_date": "2014-04-15T17:35:16+00:00",
"total_time": {
Expand Down

0 comments on commit c8f4682

Please sign in to comment.