mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 06:00:46 +00:00
Fix ASF crash
This commit is contained in:
@@ -77,6 +77,8 @@ internal sealed class MonitoringPlugin : OfficialPlugin, IDisposable, IGitHubPlu
|
|||||||
[Required]
|
[Required]
|
||||||
public override Version Version => typeof(MonitoringPlugin).Assembly.GetName().Version ?? throw new InvalidOperationException(nameof(Version));
|
public override Version Version => typeof(MonitoringPlugin).Assembly.GetName().Version ?? throw new InvalidOperationException(nameof(Version));
|
||||||
|
|
||||||
|
public string WebPath => "/monitoring";
|
||||||
|
|
||||||
private Meter? Meter;
|
private Meter? Meter;
|
||||||
|
|
||||||
public void Dispose() => Meter?.Dispose();
|
public void Dispose() => Meter?.Dispose();
|
||||||
|
|||||||
Reference in New Issue
Block a user