mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-26 12:21:03 +00:00
feat: sync library
This commit is contained in:
@@ -22,6 +22,9 @@ export class Game {
|
||||
@Column("text", { unique: true })
|
||||
objectID: string;
|
||||
|
||||
@Column("text", { unique: true, nullable: true })
|
||||
remoteId: string;
|
||||
|
||||
@Column("text")
|
||||
title: string;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user