Remove redundant nullable directive

This commit is contained in:
Stepan Goremykin 2023-10-08 01:26:57 +02:00
parent fdef9356b9
commit 96c3bde346
1 changed files with 0 additions and 1 deletions

View File

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