Fix warnings in MediaBrowser.Controller/Drawing

This commit is contained in:
Rich Lander
2021-07-24 20:33:58 -07:00
parent 5a9bd712b3
commit 9aebb86a68
7 changed files with 15 additions and 4 deletions

View File

@@ -13,14 +13,12 @@ namespace MediaBrowser.Controller.Security
/// Creates the specified information.
/// </summary>
/// <param name="info">The information.</param>
/// <returns>Task.</returns>
void Create(AuthenticationInfo info);
/// <summary>
/// Updates the specified information.
/// </summary>
/// <param name="info">The information.</param>
/// <returns>Task.</returns>
void Update(AuthenticationInfo info);
/// <summary>