Remove redundant nullable directive

pull/10366/head
Stepan Goremykin 1 year ago
parent fdef9356b9
commit 96c3bde346

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

Loading…
Cancel
Save