diff options
| author | Joshua M. Boniface <joshua@boniface.me> | 2020-07-23 18:05:57 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-23 18:05:57 -0400 |
| commit | 22cc602117e7d70e6a668f66256910189cda3194 (patch) | |
| tree | ce35106d0309ed09684c2a54c7aaf0660cb3bc9f /MediaBrowser.Controller/Library/IUserManager.cs | |
| parent | 1a9adf283af2f3308a4414b250f3d379f181c549 (diff) | |
| parent | 303c175714db50bf865939fd12c66dcbda229431 (diff) | |
Merge pull request #3366 from barronpm/remove-usermanager-addparts
Remove UserManager.AddParts
Diffstat (limited to 'MediaBrowser.Controller/Library/IUserManager.cs')
| -rw-r--r-- | MediaBrowser.Controller/Library/IUserManager.cs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/MediaBrowser.Controller/Library/IUserManager.cs b/MediaBrowser.Controller/Library/IUserManager.cs index e73fe7120..88b96ddbf 100644 --- a/MediaBrowser.Controller/Library/IUserManager.cs +++ b/MediaBrowser.Controller/Library/IUserManager.cs @@ -2,7 +2,6 @@ using System; using System.Collections.Generic; using System.Threading.Tasks; using Jellyfin.Data.Entities; -using MediaBrowser.Controller.Authentication; using MediaBrowser.Model.Configuration; using MediaBrowser.Model.Dto; using MediaBrowser.Model.Events; @@ -166,8 +165,6 @@ namespace MediaBrowser.Controller.Library /// <returns><c>true</c> if XXXX, <c>false</c> otherwise.</returns> Task<PinRedeemResult> RedeemPasswordResetPin(string pin); - void AddParts(IEnumerable<IAuthenticationProvider> authenticationProviders, IEnumerable<IPasswordResetProvider> passwordResetProviders); - NameIdPair[] GetAuthenticationProviders(); NameIdPair[] GetPasswordResetProviders(); |
