mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-12 07:42:40 +10:00
FlatLibrary provider (#127)
This commit is contained in:
@ -16,6 +16,7 @@ enum Platform {
|
||||
|
||||
enum LibraryBackend {
|
||||
Filesystem
|
||||
FlatFilesystem
|
||||
}
|
||||
|
||||
model Library {
|
||||
@ -25,5 +26,5 @@ model Library {
|
||||
backend LibraryBackend
|
||||
options Json
|
||||
|
||||
games Game[]
|
||||
games Game[]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user