aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Library/InvalidAuthProvider.cs
diff options
context:
space:
mode:
authordkanada <dkanada@users.noreply.github.com>2019-11-02 01:24:44 +0900
committerGitHub <noreply@github.com>2019-11-02 01:24:44 +0900
commit89a21c96c05dd89ff2d2bd5926d0f98c6ef0db9b (patch)
tree16ec2affaa4c27fe2ed7aec8edffc1f603670d57 /Emby.Server.Implementations/Library/InvalidAuthProvider.cs
parent443422ddb4102eaa91d7cc779ceb8a536f76ac29 (diff)
parent92abc202a4cf66e98f01d56a56304e60c474bd38 (diff)
Merge pull request #1852 from Bond-009/warn9
Fix some more warnings
Diffstat (limited to 'Emby.Server.Implementations/Library/InvalidAuthProvider.cs')
-rw-r--r--Emby.Server.Implementations/Library/InvalidAuthProvider.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Library/InvalidAuthProvider.cs b/Emby.Server.Implementations/Library/InvalidAuthProvider.cs
index 6956369dc..7913df5e4 100644
--- a/Emby.Server.Implementations/Library/InvalidAuthProvider.cs
+++ b/Emby.Server.Implementations/Library/InvalidAuthProvider.cs
@@ -1,7 +1,6 @@
using System.Threading.Tasks;
using MediaBrowser.Controller.Authentication;
using MediaBrowser.Controller.Entities;
-using MediaBrowser.Controller.Net;
namespace Emby.Server.Implementations.Library
{