Import recent changes and add cache file for last timestamp

This commit is contained in:
mtkennerly 2020-07-17 16:09:39 -04:00
parent f9fdb28d8b
commit 4ffe86835d
11 changed files with 227 additions and 115 deletions

View file

@ -57,7 +57,7 @@ export class ManifestFile extends YamlFile<Manifest> {
tooBroadUntagged: boolean,
skipUntil: string | undefined,
games: Array<string> | undefined,
recent: number | undefined,
recent: boolean | undefined,
},
limit: number | undefined,
steamCache: SteamGameCacheFile,