mirror of
https://github.com/BrenBroZAYT/gameyfin.git
synced 2026-06-13 16:40:01 +00:00
Very basic implementation of IGDB plugin
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
package de.grimsi.gameyfin.pluginapi.gamemetadata
|
||||
|
||||
import java.net.URL
|
||||
import java.time.Instant
|
||||
|
||||
@@ -19,6 +20,7 @@ class GameMetadata(
|
||||
)
|
||||
|
||||
enum class Genre {
|
||||
UNKNOWN,
|
||||
PINBALL,
|
||||
ADVENTURE,
|
||||
INDIE,
|
||||
@@ -45,6 +47,7 @@ enum class Genre {
|
||||
}
|
||||
|
||||
enum class Theme {
|
||||
UNKNOWN,
|
||||
ACTION,
|
||||
FANTASY,
|
||||
SCIENCE_FICTION,
|
||||
|
||||
Reference in New Issue
Block a user