Add ordinal number to plugins

This commit is contained in:
grimsi
2025-06-14 18:33:19 +02:00
parent 35f604348d
commit 4394b2240b
5 changed files with 5 additions and 5 deletions
@@ -69,7 +69,7 @@ class SteamGridDbPlugin(wrapper: PluginWrapper) : ConfigurableGameyfinPlugin(wra
log.debug("Authentication successful")
}
@Extension
@Extension(ordinal = 1)
class SteamGridDBGameCoverProvider : GameMetadataProvider {
override fun fetchByTitle(gameTitle: String, maxResults: Int): List<GameMetadata> {