mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-18 10:41:11 +10:00
feat: import redists
This commit is contained in:
@ -24,7 +24,7 @@ enum LibraryBackend {
|
||||
enum LibraryMode {
|
||||
Game
|
||||
Redist
|
||||
Addon
|
||||
DLC
|
||||
Mod
|
||||
}
|
||||
|
||||
@ -34,9 +34,10 @@ model Library {
|
||||
|
||||
backend LibraryBackend
|
||||
options Json
|
||||
mode LibraryMode @default(Game)
|
||||
|
||||
games Game[]
|
||||
redists Redist[]
|
||||
addons Addon[]
|
||||
mods Mod[]
|
||||
dlcs DLC[]
|
||||
mods Mod[]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user