mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
Need to work out why the cacher is not working and where the datatype mismatch is
This commit is contained in:
parent
f43d400cf6
commit
f60e880da5
2 changed files with 7 additions and 9 deletions
|
@ -127,10 +127,8 @@ namespace PlexRequests.Services.Jobs
|
|||
}
|
||||
|
||||
// Delete all of the current items
|
||||
//Repo.DeleteAll(TableName);
|
||||
|
||||
Log.Debug("Inserting The following (1st item)");
|
||||
Log.Debug(entities.FirstOrDefault().DumpJson());
|
||||
Repo.DeleteAll(TableName);
|
||||
// TODO Fix the datatype mismatch...
|
||||
// Insert the new items
|
||||
var result = Repo.BatchInsert(entities, TableName, typeof(PlexEpisodes).GetPropertyNames());
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue