Skip to content

Commit

Permalink
[create-pull-request] automated change (#986)
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 7, 2024
1 parent 61f236a commit afe6cd7
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 9 deletions.
14 changes: 14 additions & 0 deletions src/app/api/games/games.json
Original file line number Diff line number Diff line change
Expand Up @@ -912,6 +912,20 @@
12
]
},
{
"id": 164,
"title": "La Légende de Korra",
"playlistId": "PLRfhDHeBTBJ544INoLqRwd2WxbcFBJxz4",
"releaseDate": "2014-10-22",
"duration": "02:33:20",
"platform": 6,
"genres": [
1,
2,
12,
16
]
},
{
"id": 26,
"title": "Le Parrain : Edition du Don",
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 @@ -1072,5 +1072,11 @@
"playlistId": "PLRfhDHeBTBJ6f5QrjCB29OvgA784vgiQ7",
"availableAt": "2024-10-31",
"endAt": "2024-11-21"
},
{
"title": "La Légende de Korra",
"playlistId": "PLRfhDHeBTBJ544INoLqRwd2WxbcFBJxz4",
"availableAt": "2024-11-06",
"endAt": "2024-11-20"
}
]
18 changes: 9 additions & 9 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": 62,
"total_available": 41,
"total_available": 42,
"total_unavailable": 22
},
{
Expand Down Expand Up @@ -48,28 +48,28 @@
"id": 1,
"genre": "Action",
"total": 164,
"total_available": 141,
"total_available": 142,
"total_unavailable": 23
},
{
"id": 2,
"genre": "Adventure",
"total": 139,
"total_available": 123,
"total_available": 124,
"total_unavailable": 16
},
{
"id": 12,
"genre": "Platformer",
"total": 67,
"total_available": 62,
"total_available": 63,
"total_unavailable": 5
},
{
"id": 16,
"genre": "Shooter",
"total": 47,
"total_available": 41,
"total_available": 42,
"total_unavailable": 7
},
{
Expand Down Expand Up @@ -187,7 +187,7 @@
],
"general": {
"total": 189,
"total_available": 164,
"total_available": 165,
"total_unavailable": 26,
"channel_start_date": "2014-04-15T17:35:16+00:00",
"total_time": {
Expand All @@ -196,9 +196,9 @@
"seconds": 40
},
"total_time_available": {
"hours": 876,
"minutes": 29,
"seconds": 50
"hours": 879,
"minutes": 3,
"seconds": 10
},
"total_time_unavailable": {
"hours": 146,
Expand Down

0 comments on commit afe6cd7

Please sign in to comment.