Import recent changes and add cache file for last timestamp
This commit is contained in:
parent
f9fdb28d8b
commit
4ffe86835d
11 changed files with 227 additions and 115 deletions
|
@ -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,
|
||||
|
|
Reference in a new issue