mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 21:03:17 -07:00
#459 is almost done
This commit is contained in:
parent
0a97d9e256
commit
d843ab0ebb
11 changed files with 605 additions and 45 deletions
|
@ -26,7 +26,6 @@
|
|||
#endregion
|
||||
using System;
|
||||
|
||||
using PlexRequests.Api.Models;
|
||||
using PlexRequests.Api.Models.Plex;
|
||||
|
||||
namespace PlexRequests.Api.Interfaces
|
||||
|
@ -43,5 +42,6 @@ namespace PlexRequests.Api.Interfaces
|
|||
PlexMetadata GetMetadata(string authToken, Uri plexFullHost, string itemId);
|
||||
PlexEpisodeMetadata GetEpisodeMetaData(string authToken, Uri host, string ratingKey);
|
||||
PlexSearch GetAllEpisodes(string authToken, Uri host, string section, int startPage, int returnCount);
|
||||
PlexServer GetServer(string authToken);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue