Remove redundant nullable directive

This commit is contained in:
Stepan Goremykin 2023-10-08 01:26:57 +02:00
parent fdef9356b9
commit 96c3bde346

View File

@ -1136,7 +1136,6 @@ namespace Emby.Dlna.PlayTo
return new Device(deviceProperties, httpClientFactory, logger); return new Device(deviceProperties, httpClientFactory, logger);
} }
#nullable enable
private static DeviceIcon CreateIcon(XElement element) private static DeviceIcon CreateIcon(XElement element)
{ {
ArgumentNullException.ThrowIfNull(element); ArgumentNullException.ThrowIfNull(element);