From bca1d65bdc026578e270b19b6129b79faeb53969 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sun, 17 Sep 2017 12:45:23 -0400 Subject: fixes #1074 --- MediaBrowser.Controller/Connect/IConnectManager.cs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'MediaBrowser.Controller/Connect/IConnectManager.cs') diff --git a/MediaBrowser.Controller/Connect/IConnectManager.cs b/MediaBrowser.Controller/Connect/IConnectManager.cs index f899c7262..70bdc52e6 100644 --- a/MediaBrowser.Controller/Connect/IConnectManager.cs +++ b/MediaBrowser.Controller/Connect/IConnectManager.cs @@ -58,10 +58,7 @@ namespace MediaBrowser.Controller.Connect /// /// Authenticates the specified username. /// - /// The username. - /// The password MD5. - /// Task. - Task Authenticate(string username, string passwordMd5); + Task Authenticate(string username, string password, string passwordMd5); /// /// Gets the local user. -- cgit v1.2.3