Fix irregular Steam cache entries
This commit is contained in:
parent
086520b791
commit
dae2cd5695
5 changed files with 2005 additions and 7292 deletions
|
@ -78,7 +78,9 @@ async function main() {
|
|||
if (args.steam) {
|
||||
await steamCache.refresh(
|
||||
{
|
||||
all: args.all,
|
||||
skipUntil: args.skipUntil,
|
||||
irregularUntagged: args.irregularPathUntagged,
|
||||
},
|
||||
args.limit ?? 25,
|
||||
);
|
||||
|
|
Reference in a new issue