mirror of
https://github.com/BrenBroZAYT/gameyfin.git
synced 2026-06-13 16:40:01 +00:00
Proof of concept implementation for a Steam metadata provider plugin
Mainly for testing purposes
This commit is contained in:
-7
@@ -1,7 +0,0 @@
|
||||
package de.grimsi.gameyfin.pluginapi.gamemetadata
|
||||
|
||||
import org.pf4j.ExtensionPoint
|
||||
|
||||
interface GameMetadataFetcher : ExtensionPoint {
|
||||
fun fetchMetadata(gameId: String): GameMetadata
|
||||
}
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
package de.grimsi.gameyfin.pluginapi.gamemetadata
|
||||
|
||||
import org.pf4j.ExtensionPoint
|
||||
|
||||
interface GameMetadataProvider : ExtensionPoint {
|
||||
fun fetchMetadata(gameId: String): GameMetadata?
|
||||
}
|
||||
Reference in New Issue
Block a user