aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaronGreenback <jimcartlidge@yahoo.co.uk>2020-06-09 22:11:23 +0100
committerBaronGreenback <jimcartlidge@yahoo.co.uk>2020-06-09 22:11:23 +0100
commit5cf44e77362e0bd4d32c639457994bf22d0cf237 (patch)
tree54f2604707156155a0c466e80ff8c48096836a04
parent6d8ab50be9467743dff040738f08d5914e7a6cc4 (diff)
Removed spaces
-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)
{