mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-06 07:48:50 +01:00
Fix typo
This commit is contained in:
@@ -111,7 +111,7 @@ namespace MediaBrowser.Controller.Library
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Deletes the specified user.
|
/// Deletes the specified user.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="userId">The if of the user to be deleted.</param>
|
/// <param name="userId">The id of the user to be deleted.</param>
|
||||||
void DeleteUser(Guid userId);
|
void DeleteUser(Guid userId);
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|||||||
Reference in New Issue
Block a user