Преглед изворни кода

Remove redundant nullable directive

Stepan Goremykin пре 1 година
родитељ
комит
96c3bde346
1 измењених фајлова са 0 додато и 1 уклоњено
  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);