Răsfoiți Sursa

Remove redundant nullable directive

Stepan Goremykin 1 an în urmă
părinte
comite
96c3bde346
1 a modificat fișierele cu 0 adăugiri și 1 ștergeri
  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);