Finished up the caching TODO's

This commit is contained in:
tidusjar 2016-04-12 22:38:14 +01:00
commit fdbb373da5
8 changed files with 53 additions and 16 deletions

View file

@ -88,7 +88,7 @@
<Compile Include="Models\PlexMovie.cs" />
<Compile Include="Models\PlexTvShow.cs" />
<Compile Include="SickRageCacher.cs" />
<Compile Include="Interfaces\ISickRageCacher.cs" />
<Compile Include="Interfaces\ITvCacher.cs" />
<Compile Include="SonarrCacher.cs" />
<Compile Include="Interfaces\ISonarrCacher.cs" />
<Compile Include="MediaCacheService.cs" />