mirror of
https://github.com/BrenBroZAYT/gameyfin.git
synced 2026-06-13 16:40:01 +00:00
Update dependenicies
Update Plugin-API to allow multiple results per plugin Add LibraryDetailsModal Minor refactorings & bugfixes
This commit is contained in:
+1
-1
@@ -3,5 +3,5 @@ package de.grimsi.gameyfin.pluginapi.gamemetadata
|
||||
import org.pf4j.ExtensionPoint
|
||||
|
||||
interface GameMetadataProvider : ExtensionPoint {
|
||||
fun fetchMetadata(gameId: String): GameMetadata?
|
||||
fun fetchMetadata(gameId: String, maxResults: Int = 1): List<GameMetadata>
|
||||
}
|
||||
Reference in New Issue
Block a user