mirror of
https://github.com/BrenBroZAYT/gameyfin.git
synced 2026-06-16 08:15:48 +00:00
Add ordinal number to plugins
This commit is contained in:
+1
-1
@@ -42,7 +42,7 @@ class DirectDownloadPlugin(wrapper: PluginWrapper) : ConfigurableGameyfinPlugin(
|
||||
)
|
||||
)
|
||||
|
||||
@Extension
|
||||
@Extension(ordinal = 1)
|
||||
class DirectDownloadProvider : DownloadProvider {
|
||||
override fun download(path: Path): Download {
|
||||
if (!path.exists()) throw IllegalArgumentException("Path $path does not exist")
|
||||
|
||||
Reference in New Issue
Block a user