diff options
| author | Niels van Velzen <nielsvanvelzen@users.noreply.github.com> | 2025-08-07 21:49:59 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-07 21:49:59 +0200 |
| commit | 376220661bc1c982e7aba5c0ea2360b71c8c6a25 (patch) | |
| tree | 175d6df6c355d5bd24ab6e3854e43ff46c09a574 /MediaBrowser.Controller/Library/IUserManager.cs | |
| parent | 9e88121647d9afe91ff2a6286ef25a10bdbf1c37 (diff) | |
| parent | c7c7b30d287cdc4fda2d6d7e633e0659a676b4bd (diff) | |
Merge pull request #14593 from Bond-009/revert
Revert "Merge pull request #13604 from Jxiced/master"
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> |
