mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 06:24:24 +01:00
Fix: Update of inventory could override app settings being updated (#5565)
This commit is contained in:
@@ -37,7 +37,7 @@ namespace BTCPayServer.Plugins
|
||||
public IEnumerable<IBTCPayServerPlugin> LoadedPlugins { get; }
|
||||
public BTCPayServerEnvironment Env { get; }
|
||||
|
||||
public Version? GetVersionOfPendingInstall(string plugin)
|
||||
public Version GetVersionOfPendingInstall(string plugin)
|
||||
{
|
||||
var dirName = Path.Combine(_dataDirectories.Value.PluginDir, plugin);
|
||||
var manifestFileName = dirName + ".json";
|
||||
|
||||
Reference in New Issue
Block a user