Browse Source

Remove redundant nullable directive

Stepan Goremykin 1 year ago
parent
commit
96c3bde346
1 changed files with 0 additions and 1 deletions
  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);