#150 sonarr/sickrage cache checking. sickrage has a couple small items left

This commit is contained in:
Drewster727 2016-04-08 10:05:09 -05:00
commit 5f67302b32
17 changed files with 332 additions and 9 deletions

View file

@ -84,6 +84,10 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="SickRageCacher.cs" />
<Compile Include="Interfaces\ISickRageCacher.cs" />
<Compile Include="SonarrCacher.cs" />
<Compile Include="Interfaces\ISonarrCacher.cs" />
<Compile Include="MediaCacheService.cs" />
<Compile Include="AvailabilityUpdateService.cs" />
<Compile Include="Configuration.cs" />