Skip to content

Commit

Permalink
[create-pull-request] automated change (#762)
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 Sep 28, 2024
1 parent 5495374 commit 3a2eed4
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 8 deletions.
13 changes: 13 additions & 0 deletions src/app/api/games/games.json
Original file line number Diff line number Diff line change
Expand Up @@ -988,6 +988,19 @@
2
]
},
{
"id": 161,
"title": "Lollipop Chainsaw",
"playlistId": "PLRfhDHeBTBJ7-G7QCx-nB3Oc-TNmIaXMk",
"releaseDate": "2012-06-12",
"duration": "04:26:45",
"platform": 6,
"genres": [
1,
2,
14
]
},
{
"id": 151,
"title": "Lucky Luke : Tous à l'Ouest",
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 @@ -964,5 +964,11 @@
"playlistId": "PLRfhDHeBTBJ7TcJC0sKdnIpnebpXtemRP",
"availableAt": "2024-09-02",
"endAt": "2024-09-23"
},
{
"title": "Lollipop Chainsaw",
"playlistId": "PLRfhDHeBTBJ7-G7QCx-nB3Oc-TNmIaXMk",
"availableAt": "2024-09-27",
"endAt": "2024-10-11"
}
]
16 changes: 8 additions & 8 deletions src/app/api/stats/stats.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"id": 6,
"platform": "PS3",
"total": 56,
"total_available": 38,
"total_available": 39,
"total_unavailable": 18
},
{
Expand Down Expand Up @@ -48,14 +48,14 @@
"id": 1,
"genre": "Action",
"total": 159,
"total_available": 138,
"total_available": 139,
"total_unavailable": 21
},
{
"id": 2,
"genre": "Adventure",
"total": 138,
"total_available": 120,
"total_available": 121,
"total_unavailable": 18
},
{
Expand All @@ -76,7 +76,7 @@
"id": 14,
"genre": "RPG",
"total": 16,
"total_available": 15,
"total_available": 16,
"total_unavailable": 1
},
{
Expand Down Expand Up @@ -187,7 +187,7 @@
],
"general": {
"total": 183,
"total_available": 161,
"total_available": 162,
"total_unavailable": 22,
"channel_start_date": "2014-04-15T17:35:16+00:00",
"total_time": {
Expand All @@ -196,9 +196,9 @@
"seconds": 13
},
"total_time_available": {
"hours": 847,
"minutes": 3,
"seconds": 11
"hours": 851,
"minutes": 29,
"seconds": 56
},
"total_time_unavailable": {
"hours": 127,
Expand Down

0 comments on commit 3a2eed4

Please sign in to comment.