aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Configuration
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2023-02-14 20:09:07 +0100
committerGitHub <noreply@github.com>2023-02-14 12:09:07 -0700
commit92f6e19a25def0fc699ff9a2190d54383f46451b (patch)
tree6ee64e512544478f004724442b03838d35a1e871 /Emby.Server.Implementations/Configuration
parent36b7157589c07097df891738934ec0f351be69cb (diff)
Enable nullable for more files (#9310)
Diffstat (limited to 'Emby.Server.Implementations/Configuration')
-rw-r--r--Emby.Server.Implementations/Configuration/ServerConfigurationManager.cs4
1 files changed, 1 insertions, 3 deletions
diff --git a/Emby.Server.Implementations/Configuration/ServerConfigurationManager.cs b/Emby.Server.Implementations/Configuration/ServerConfigurationManager.cs
index ff5602f24..6b8b1a620 100644
--- a/Emby.Server.Implementations/Configuration/ServerConfigurationManager.cs
+++ b/Emby.Server.Implementations/Configuration/ServerConfigurationManager.cs
@@ -1,5 +1,3 @@
-#nullable disable
-
using System;
using System.Globalization;
using System.IO;
@@ -36,7 +34,7 @@ namespace Emby.Server.Implementations.Configuration
/// <summary>
/// Configuration updating event.
/// </summary>
- public event EventHandler<GenericEventArgs<ServerConfiguration>> ConfigurationUpdating;
+ public event EventHandler<GenericEventArgs<ServerConfiguration>>? ConfigurationUpdating;
/// <summary>
/// Gets the type of the configuration.