mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-31 03:50:08 -07:00
Some memory management improvements
This commit is contained in:
parent
059b083359
commit
6ac9da8bed
30 changed files with 362 additions and 100 deletions
|
@ -26,8 +26,7 @@ namespace Ombi.Api.Plex
|
|||
/// This is for authenticating users credentials with Plex
|
||||
/// <para>NOTE: Plex "Managed" users do not work</para>
|
||||
/// </summary>
|
||||
/// <param name="username"></param>
|
||||
/// <param name="password"></param>
|
||||
/// <param name="user"></param>
|
||||
/// <returns></returns>
|
||||
public async Task<PlexAuthentication> SignIn(UserRequest user)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue