don't delete first

This commit is contained in:
tidusjar 2016-08-05 12:41:55 +01:00
commit f43d400cf6

View file

@ -127,7 +127,7 @@ namespace PlexRequests.Services.Jobs
}
// Delete all of the current items
Repo.DeleteAll(TableName);
//Repo.DeleteAll(TableName);
Log.Debug("Inserting The following (1st item)");
Log.Debug(entities.FirstOrDefault().DumpJson());