mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 13:23:20 -07:00
fixed build issue
This commit is contained in:
parent
530e55a39f
commit
fad49a251d
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ namespace Ombi.Schedule.Jobs.Couchpotato
|
|||
_log.LogError("TMDBId is not > 0 for movie {0}", m.title);
|
||||
}
|
||||
}
|
||||
var strat = _ctx.Database.CreateExecutionStrategy();
|
||||
strat = _ctx.Database.CreateExecutionStrategy();
|
||||
await strat.ExecuteAsync(async () =>
|
||||
{
|
||||
using (var tran = await _ctx.Database.BeginTransactionAsync())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue