mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
Fixed #553
This commit is contained in:
parent
1a0e7cbe7b
commit
512d2131bd
10 changed files with 183 additions and 127 deletions
|
@ -44,6 +44,6 @@ namespace PlexRequests.Api.Interfaces
|
|||
PlexSearch GetAllEpisodes(string authToken, Uri host, string section, int startPage, int returnCount);
|
||||
PlexServer GetServer(string authToken);
|
||||
PlexSeasonMetadata GetSeasons(string authToken, Uri plexFullHost, string ratingKey);
|
||||
RecentlyAdded RecentlyAdded(string authToken, Uri plexFullHost);
|
||||
RecentlyAddedModel RecentlyAdded(string authToken, Uri plexFullHost, string sectionId);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue