aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Entities/InternalItemsQuery.cs
diff options
context:
space:
mode:
authorPatrick Barron <barronpm@gmail.com>2020-05-26 22:43:03 -0400
committerPatrick Barron <barronpm@gmail.com>2020-05-26 22:43:03 -0400
commiteef7cfd91251ee14717dbccfae7505e444048548 (patch)
treedc649764df32955ffdb551e91066cc0c964d6b13 /MediaBrowser.Controller/Entities/InternalItemsQuery.cs
parentfefb282137e58529bef35631a9409c8f7f9d7e28 (diff)
Make SonarCloud less angry
Diffstat (limited to 'MediaBrowser.Controller/Entities/InternalItemsQuery.cs')
-rw-r--r--MediaBrowser.Controller/Entities/InternalItemsQuery.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Entities/InternalItemsQuery.cs b/MediaBrowser.Controller/Entities/InternalItemsQuery.cs
index a2dff53ad..496bee857 100644
--- a/MediaBrowser.Controller/Entities/InternalItemsQuery.cs
+++ b/MediaBrowser.Controller/Entities/InternalItemsQuery.cs
@@ -4,7 +4,6 @@ using System.Linq;
using Jellyfin.Data.Entities;
using Jellyfin.Data.Enums;
using MediaBrowser.Controller.Dto;
-using MediaBrowser.Model.Configuration;
using MediaBrowser.Model.Entities;
namespace MediaBrowser.Controller.Entities