Some small tweaks to improve the memory alloc

This commit is contained in:
tidusjar 2016-08-04 21:53:19 +01:00
commit 7f6c70d7b2
5 changed files with 147 additions and 150 deletions

View file

@ -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>