cache the couchpotato wanted list, update it on an interval, and use it to determine if a movie has been queued already

This commit is contained in:
Drewster727 2016-04-07 21:45:05 -05:00
parent e8fb28a024
commit 6ed7df2c21
13 changed files with 283 additions and 11 deletions

View file

@ -46,6 +46,7 @@
</ItemGroup>
<ItemGroup>
<Compile Include="Movie\CouchPotatoAdd.cs" />
<Compile Include="Movie\CouchPotatoMovies.cs" />
<Compile Include="Movie\CouchPotatoProfiles.cs" />
<Compile Include="Movie\CouchPotatoStatus.cs" />
<Compile Include="Music\HeadphonesAlbumSearchResult.cs" />