浏览代码

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);