aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Emby.Dlna/Main/DlnaEntryPoint.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Dlna/Main/DlnaEntryPoint.cs b/Emby.Dlna/Main/DlnaEntryPoint.cs
index 4f7af7926..69e015e3a 100644
--- a/Emby.Dlna/Main/DlnaEntryPoint.cs
+++ b/Emby.Dlna/Main/DlnaEntryPoint.cs
@@ -134,7 +134,7 @@ namespace Emby.Dlna.Main
await ReloadComponents().ConfigureAwait(false);
_config.NamedConfigurationUpdated += OnNamedConfigurationUpdated;
- }
+ }
private async void OnNamedConfigurationUpdated(object sender, ConfigurationUpdateEventArgs e)
{