aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common/Json/Converters
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Common/Json/Converters')
-rw-r--r--MediaBrowser.Common/Json/Converters/JsonNullableInt64Converter.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/MediaBrowser.Common/Json/Converters/JsonNullableInt64Converter.cs b/MediaBrowser.Common/Json/Converters/JsonNullableInt64Converter.cs
index 1745a0b09..38e1f8e2f 100644
--- a/MediaBrowser.Common/Json/Converters/JsonNullableInt64Converter.cs
+++ b/MediaBrowser.Common/Json/Converters/JsonNullableInt64Converter.cs
@@ -1,5 +1,4 @@
using System;
-using System.ComponentModel;
using System.Text.Json;
using System.Text.Json.Serialization;