mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
Some more changes
This commit is contained in:
parent
f6e1176295
commit
cfd01fa86e
3 changed files with 4 additions and 3 deletions
|
@ -36,7 +36,7 @@ namespace PlexRequests.Api.Interfaces
|
|||
List<SonarrProfile> GetProfiles(string apiKey, Uri baseUrl);
|
||||
|
||||
SonarrAddSeries AddSeries(int tvdbId, string title, int qualityId, bool seasonFolders, string rootPath,
|
||||
int seasonCount, int[] seasons, string apiKey, Uri baseUrl, bool notMonitored = true);
|
||||
int seasonCount, int[] seasons, string apiKey, Uri baseUrl, bool monitored = true);
|
||||
|
||||
SystemStatus SystemStatus(string apiKey, Uri baseUrl);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue