aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStepan Goremykin <goremukin@gmail.com>2023-10-08 01:26:57 +0200
committerStepan Goremykin <goremukin@gmail.com>2023-10-08 01:26:57 +0200
commit96c3bde3463ad0457d894ed532093ed28e868ba8 (patch)
tree7b106a96f91cb65f4909d18241cc9af0db5caf75
parentfdef9356b9ba483e437fbc3a2bc0b6aaf3c05c29 (diff)
Remove redundant nullable directive
-rw-r--r--Emby.Dlna/PlayTo/Device.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Emby.Dlna/PlayTo/Device.cs b/Emby.Dlna/PlayTo/Device.cs
index 8dc218441..bb9b8b0fd 100644
--- a/Emby.Dlna/PlayTo/Device.cs
+++ b/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);