Parcourir la source

Remove redundant nullable directive

Stepan Goremykin il y a 1 an
Parent
commit
96c3bde346
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  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);