fix: ignore imported versions

This commit is contained in:
DecDuck
2025-11-20 11:25:14 +11:00
parent beb824c8d9
commit d71bf7cb1a
4 changed files with 7 additions and 3 deletions

View File

@ -24,7 +24,7 @@ export abstract class LibraryProvider<CFG> {
* @param game folder name of the game to list versions for
* @returns list of version folder names
*/
abstract listVersions(game: string): Promise<string[]>;
abstract listVersions(game: string, existingPaths?: string[]): Promise<string[]>;
/**
* @param game folder name of the game