Browse Source

Fix build

Bond_009 5 years ago
parent
commit
6123e2e848
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Emby.Dlna/Main/DlnaEntryPoint.cs

+ 1 - 1
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,