Browse Source

Remove redundant nullable directive

Stepan Goremykin 1 năm trước cách đây
mục cha
commit
96c3bde346
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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);