mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
parent
33398084be
commit
5c023341b6
8 changed files with 49 additions and 11 deletions
|
@ -1,6 +1,7 @@
|
|||
using System;
|
||||
using Nancy;
|
||||
using Nancy.Security;
|
||||
using Nancy.Session;
|
||||
using PlexRequests.Helpers.Permissions;
|
||||
|
||||
namespace PlexRequests.Core
|
||||
|
@ -29,6 +30,6 @@ namespace PlexRequests.Core
|
|||
/// </summary>
|
||||
/// <param name="username">The username.</param>
|
||||
/// <returns><c>null</c> if we cannot find a user</returns>
|
||||
string GetUsername(string username);
|
||||
string GetUsername(string username, ISession session);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue