mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 04:49:33 -07:00
don't delete first
This commit is contained in:
parent
e5e1256fad
commit
f43d400cf6
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ namespace PlexRequests.Services.Jobs
|
||||||
}
|
}
|
||||||
|
|
||||||
// Delete all of the current items
|
// Delete all of the current items
|
||||||
Repo.DeleteAll(TableName);
|
//Repo.DeleteAll(TableName);
|
||||||
|
|
||||||
Log.Debug("Inserting The following (1st item)");
|
Log.Debug("Inserting The following (1st item)");
|
||||||
Log.Debug(entities.FirstOrDefault().DumpJson());
|
Log.Debug(entities.FirstOrDefault().DumpJson());
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue