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
@@ -85,7 +85,7 @@ class IgdbPlugin(wrapper: PluginWrapper) : ConfigurableGameyfinPlugin(wrapper) {
log.debug("Authentication successful")
}
@Extension
@Extension(ordinal = 2)
class IgdbMetadataProvider : GameMetadataProvider {
companion object {