Explorar o código

Remove redundant nullable directive

Stepan Goremykin hai 1 ano
pai
achega
96c3bde346
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      Emby.Dlna/PlayTo/Device.cs

+ 0 - 1
Emby.Dlna/PlayTo/Device.cs

@@ -1136,7 +1136,6 @@ namespace Emby.Dlna.PlayTo
             return new Device(deviceProperties, httpClientFactory, logger);
         }
 
-#nullable enable
         private static DeviceIcon CreateIcon(XElement element)
         {
             ArgumentNullException.ThrowIfNull(element);