Просмотр исходного кода

Remove redundant nullable directive

Stepan Goremykin 1 год назад
Родитель
Сommit
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);