mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
Upgraded nuget packages, Ninject 3, SignalR 5
This commit is contained in:
parent
8f0d22e47d
commit
64468cd9ed
489 changed files with 293885 additions and 30058 deletions
9
NzbDrone.Api/IApiRequest.cs
Normal file
9
NzbDrone.Api/IApiRequest.cs
Normal file
|
@ -0,0 +1,9 @@
|
|||
using System.Linq;
|
||||
|
||||
namespace NzbDrone.Api
|
||||
{
|
||||
public interface IApiRequest
|
||||
{
|
||||
string ApiKey { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue