mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-21 05:43:19 -07:00
Some small tweaks to improve the memory alloc
This commit is contained in:
parent
5d18877b49
commit
7f6c70d7b2
5 changed files with 147 additions and 150 deletions
|
@ -43,7 +43,7 @@ namespace PlexRequests.Services.Interfaces
|
|||
/// Gets the episode's stored in the cache.
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
IEnumerable<PlexEpisodeModel> GetEpisodeCache();
|
||||
HashSet<PlexEpisodeModel> GetEpisodeCache();
|
||||
/// <summary>
|
||||
/// Gets the episode's stored in the cache and then filters on the TheTvDBId.
|
||||
/// </summary>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue