mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2025-12-16 06:20:34 +00:00
Further enhance plugin updates selection
This commit is contained in:
@@ -44,7 +44,7 @@ internal sealed class PeriodicGCPlugin : IPlugin {
|
||||
|
||||
[JsonInclude]
|
||||
[Required]
|
||||
public string Name => typeof(PeriodicGCPlugin).Assembly.GetName().Name ?? throw new InvalidOperationException(nameof(Name));
|
||||
public string Name => nameof(PeriodicGCPlugin);
|
||||
|
||||
[JsonInclude]
|
||||
[Required]
|
||||
|
||||
Reference in New Issue
Block a user