aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Library
diff options
context:
space:
mode:
authorBond_009 <bond.009@outlook.com>2019-09-25 13:24:39 +0200
committerBond_009 <Bond.009@outlook.com>2019-10-29 17:56:05 +0100
commit016be02cd68aa0a09270d93b8df782d012f8a478 (patch)
tree1b4f6a0a4d49a4827664b809710aa691f374c756 /Emby.Server.Implementations/Library
parentd9a03c9bb120cada54729d314a204a63fbf607b5 (diff)
More warning fixes
Diffstat (limited to 'Emby.Server.Implementations/Library')
-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
{