Added some code to shrink the DB. reworked the search to speed it up.

This commit is contained in:
tidusjar 2016-08-08 15:41:01 +01:00
commit 6f008f77a3
6 changed files with 156 additions and 156 deletions

View file

@ -61,12 +61,9 @@ namespace PlexRequests.Services.Jobs
public void Queued()
{
Log.Trace("Getting the settings");
var settings = SonarrSettings.GetSettings();
if (settings.Enabled)
{
Log.Trace("Getting all tv series from Sonarr");
try
{
var series = SonarrApi.GetSeries(settings.ApiKey, settings.FullUri);