Skip to content

Commit

Permalink
[create-pull-request] automated change (#1091)
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 Dec 10, 2024
1 parent ebebf8b commit 7ddaa0b
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 10 deletions.
12 changes: 12 additions & 0 deletions src/app/api/games/games.json
Original file line number Diff line number Diff line change
Expand Up @@ -587,6 +587,18 @@
14
]
},
{
"id": 166,
"title": "DuckTales Remastered",
"playlistId": "PLRfhDHeBTBJ6PHLRDp5qi_ZCfVy-Lg8OO",
"releaseDate": "2013-08-14",
"duration": "02:34:47",
"platform": 6,
"genres": [
1,
12
]
},
{
"id": 12,
"title": "God Of War II HD",
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 @@ -1084,5 +1084,11 @@
"playlistId": "PLRfhDHeBTBJ4ZNp1r0Rlsc2yopGcndh3x",
"availableAt": "2024-11-22",
"endAt": "2024-12-02"
},
{
"title": "DuckTales Remastered",
"playlistId": "PLRfhDHeBTBJ6PHLRDp5qi_ZCfVy-Lg8OO",
"availableAt": "2024-12-09",
"endAt": "2024-12-23"
}
]
3 changes: 3 additions & 0 deletions src/app/api/random/identifiers.json
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,9 @@
{
"playlistId": "PLRfhDHeBTBJ73iy4EC825y_EZ4cmrneem"
},
{
"playlistId": "PLRfhDHeBTBJ6PHLRDp5qi_ZCfVy-Lg8OO"
},
{
"playlistId": "PLRfhDHeBTBJ6zui2RaBzaZ5zjm768Jzum"
},
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 @@ -11,8 +11,8 @@
"id": 6,
"platform": "PS3",
"total": 65,
"total_available": 43,
"total_unavailable": 22
"total_available": 44,
"total_unavailable": 21
},
{
"id": 5,
Expand Down Expand Up @@ -48,8 +48,8 @@
"id": 1,
"genre": "Action",
"total": 167,
"total_available": 143,
"total_unavailable": 24
"total_available": 144,
"total_unavailable": 23
},
{
"id": 2,
Expand All @@ -62,8 +62,8 @@
"id": 12,
"genre": "Platformer",
"total": 67,
"total_available": 63,
"total_unavailable": 4
"total_available": 64,
"total_unavailable": 3
},
{
"id": 16,
Expand Down Expand Up @@ -189,7 +189,7 @@
"channel_start_date": "2014-04-15T17:35:16+00:00",
"games": {
"total": 191,
"total_available": 165,
"total_available": 166,
"total_unavailable": 26
},
"dlcs": {
Expand All @@ -204,9 +204,9 @@
"seconds": 44
},
"total_available": {
"hours": 883,
"minutes": 8,
"seconds": 23
"hours": 885,
"minutes": 43,
"seconds": 10
},
"total_unavailable": {
"hours": 139,
Expand Down

0 comments on commit 7ddaa0b

Please sign in to comment.