diff options
| author | Bond_009 <bond.009@outlook.com> | 2025-08-06 15:49:40 +0200 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2025-08-06 15:49:40 +0200 |
| commit | c7c7b30d287cdc4fda2d6d7e633e0659a676b4bd (patch) | |
| tree | 92dd79a7041604b1d159073cc195c81c2521e6dd /MediaBrowser.Controller/Library/IUserManager.cs | |
| parent | 6d4efe6523d925398d64a889321f8cdc21eea915 (diff) | |
Revert "Merge pull request #13604 from Jxiced/master"
This reverts commit ce78af2ed4f203690a0f9ef87b08b27a6bd43f63, reversing
changes made to db7465e83d9cc07134a0bffad7ed17b1c7b873da.
Diffstat (limited to 'MediaBrowser.Controller/Library/IUserManager.cs')
| -rw-r--r-- | MediaBrowser.Controller/Library/IUserManager.cs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/MediaBrowser.Controller/Library/IUserManager.cs b/MediaBrowser.Controller/Library/IUserManager.cs index 7f06a318a..0109cf4b7 100644 --- a/MediaBrowser.Controller/Library/IUserManager.cs +++ b/MediaBrowser.Controller/Library/IUserManager.cs @@ -34,12 +34,6 @@ namespace MediaBrowser.Controller.Library IEnumerable<Guid> UsersIds { get; } /// <summary> - /// Checks if the user's username is valid. - /// </summary> - /// <param name="name">The user's username.</param> - void ThrowIfInvalidUsername(string name); - - /// <summary> /// Initializes the user manager and ensures that a user exists. /// </summary> /// <returns>Awaitable task.</returns> |
