bring up to date with github

This commit is contained in:
Garret Patti
2026-04-05 10:01:34 -04:00
parent 1c3a0fe4ee
commit de8ba04bd3
14 changed files with 316 additions and 129 deletions

View File

@@ -5,6 +5,7 @@ export interface Library {
name: string
path: string
type: LibraryType
coverExt: string | null
}
export interface Game {