mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
Merge branch 'feature/cloud-sync' into feature/game-achievements
# Conflicts: # src/main/services/achievements/achievement-watcher.ts # src/main/services/achievements/update-local-unlocked-achivements.ts # src/main/services/hydra-api.ts
This commit is contained in:
commit
f2d66df34f
24 changed files with 288 additions and 255 deletions
|
@ -1,6 +1,7 @@
|
|||
export interface LudusaviScanChange {
|
||||
change: "New" | "Different" | "Removed" | "Same" | "Unknown";
|
||||
decision: "Processed" | "Cancelled" | "Ignore";
|
||||
bytes: number;
|
||||
}
|
||||
|
||||
export interface LudusaviGame extends LudusaviScanChange {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue