mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-13 16:52:56 -07:00
Added the ability to specify how many episodes we should cache at a time. #1598
This commit is contained in:
parent
83d7959f5a
commit
03f7aba47e
10 changed files with 129 additions and 37 deletions
|
@ -16,6 +16,7 @@ namespace Ombi.Store.Repository
|
|||
Task AddRange(IEnumerable<T> content);
|
||||
Task DeleteRange(IEnumerable<T> req);
|
||||
Task Delete(T request);
|
||||
Task<int> SaveChangesAsync();
|
||||
|
||||
IIncludableQueryable<TEntity, TProperty> Include<TEntity, TProperty>(
|
||||
IQueryable<TEntity> source, Expression<Func<TEntity, TProperty>> navigationPropertyPath)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue