mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-13 16:52:56 -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
|
@ -22,5 +22,7 @@ namespace Ombi.Store.Repository
|
|||
IIncludableQueryable<TEntity, TProperty> Include<TEntity, TProperty>(
|
||||
IQueryable<TEntity> source, Expression<Func<TEntity, TProperty>> navigationPropertyPath)
|
||||
where TEntity : class;
|
||||
|
||||
Task ExecuteSql(string sql);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue