mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
Delete plex episodes on every run due to a bug, need to spend quite a bit of time on this.
This commit is contained in:
parent
246b0d6dad
commit
c7d88f8808
3 changed files with 21 additions and 10 deletions
|
@ -72,6 +72,11 @@ namespace Ombi.Store.Repository
|
|||
return source.Include(navigationPropertyPath);
|
||||
}
|
||||
|
||||
public async Task ExecuteSql(string sql)
|
||||
{
|
||||
await _ctx.Database.ExecuteSqlCommandAsync(sql);
|
||||
}
|
||||
|
||||
|
||||
private bool _disposed;
|
||||
// Protected implementation of Dispose pattern.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue