Update MediaBrowser.Controller/Library/IUserManager.cs

Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
pull/1926/head
Bond-009 5 years ago committed by GitHub
parent 24c076eff3
commit 2b1e766c17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -52,7 +52,7 @@ namespace MediaBrowser.Controller.Library
/// Gets a User by Id.
/// </summary>
/// <param name="id">The id.</param>
/// <returns>The user with the specified Id, or <c>null</c> id the user doesn't exist.</returns>
/// <returns>The user with the specified Id, or <c>null</c> if the user doesn't exist.</returns>
/// <exception cref="ArgumentException"><c>id</c> is an empty Guid.</exception>
User GetUserById(Guid id);

Loading…
Cancel
Save