Bond_009 hace 5 años
padre
commit
6123e2e848
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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,