Update Plugin API (and plugins)

Fix issue with persisting new games
This commit is contained in:
grimsi
2024-12-21 23:43:38 +01:00
parent 890748fb7c
commit eb14007190
14 changed files with 96 additions and 49 deletions
@@ -6,6 +6,7 @@ import java.time.Instant
class GameMetadata(
val title: String,
val description: String,
val coverUrl: URL,
val release: Instant,
val userRating: Int?,
val criticRating: Int?,