aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Library/IUserDataManager.cs
diff options
context:
space:
mode:
authorAndrew Rabert <6550543+nvllsvm@users.noreply.github.com>2019-01-04 17:40:44 -0500
committerGitHub <noreply@github.com>2019-01-04 17:40:44 -0500
commite4a041b8321e49fd9b21fb0f890caf23d4752212 (patch)
tree7e4be1c765afd026350f9c450264747b6adf4eca /MediaBrowser.Controller/Library/IUserDataManager.cs
parent72ee4b189d35606ae60b1717ba5b318680025627 (diff)
parent340a2c651276d911285a6ff09944c5eba2384a51 (diff)
Merge pull request #283 from Bond-009/gpl-cleanup
Post GPL cleanup
Diffstat (limited to 'MediaBrowser.Controller/Library/IUserDataManager.cs')
-rw-r--r--MediaBrowser.Controller/Library/IUserDataManager.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Library/IUserDataManager.cs b/MediaBrowser.Controller/Library/IUserDataManager.cs
index 11d77f81a..f3f81378b 100644
--- a/MediaBrowser.Controller/Library/IUserDataManager.cs
+++ b/MediaBrowser.Controller/Library/IUserDataManager.cs
@@ -5,7 +5,6 @@ using MediaBrowser.Model.Dto;
using MediaBrowser.Model.Entities;
using System;
using System.Threading;
-using MediaBrowser.Model.Querying;
namespace MediaBrowser.Controller.Library
{