Updated API for plugins to work with database from remote. Added PluginRepository and removed Installation Scripts

This commit is contained in:
2025-01-26 20:34:34 +02:00
parent 8b2169dc7b
commit 84b19e2069
35 changed files with 435 additions and 1056 deletions

View File

@@ -118,7 +118,7 @@ public class Plugin: ICommandAction
}
}
await PluginMethods.DownloadPlugin(pluginName);
await PluginMethods.DownloadPluginWithParallelDownloads(pluginName);
break;
}