diff options
| author | sparky8251 <sparky@possumlodge.me> | 2020-04-27 08:42:46 -0400 |
|---|---|---|
| committer | sparky8251 <sparky@possumlodge.me> | 2020-04-27 08:42:46 -0400 |
| commit | e3a42a8fe93727d43d02a9b560a53661f12230b8 (patch) | |
| tree | 5fbcec05ff6854b592ad0c2b176847e2baed1729 /Emby.Server.Implementations/ApplicationHost.cs | |
| parent | 997b71bbefa91f7a7fd9b499cb3d2ca656de466d (diff) | |
Address reviews
Diffstat (limited to 'Emby.Server.Implementations/ApplicationHost.cs')
| -rw-r--r-- | Emby.Server.Implementations/ApplicationHost.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/ApplicationHost.cs b/Emby.Server.Implementations/ApplicationHost.cs index 7e7b785d8..b9aaaa206 100644 --- a/Emby.Server.Implementations/ApplicationHost.cs +++ b/Emby.Server.Implementations/ApplicationHost.cs @@ -263,7 +263,7 @@ namespace Emby.Server.Implementations // Initialize runtime stat collection if (ServerConfigurationManager.Configuration.EnableMetrics) { - IDisposable collector = DotNetRuntimeStatsBuilder.Default().StartCollecting(); + DotNetRuntimeStatsBuilder.Default().StartCollecting(); } fileSystem.AddShortcutHandler(new MbLinkShortcutHandler(fileSystem)); |
