aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBond_009 <bond.009@outlook.com>2020-08-20 12:24:34 +0200
committerBond_009 <bond.009@outlook.com>2020-08-20 12:24:34 +0200
commit6123e2e848331548823e80fab80813125db71b96 (patch)
tree512c532215f95d8ac0ee368273086a54163893ae
parentab2147751f9079bc104da068909a485fc9402a64 (diff)
Fix build
-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 191763de4..7d656541f 100644
--- a/Emby.Dlna/Main/DlnaEntryPoint.cs
+++ b/Emby.Dlna/Main/DlnaEntryPoint.cs
@@ -60,7 +60,7 @@ namespace Emby.Dlna.Main
public IMediaReceiverRegistrar MediaReceiverRegistrar { get; private set; }
- public static DlnaEntryPoint Current { get; private set; };
+ public static DlnaEntryPoint Current { get; private set; }
public DlnaEntryPoint(
IServerConfigurationManager config,