mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
Toolbar/Actioneer callback cleanup
This commit is contained in:
parent
1df9c49c46
commit
cdf34d5676
8 changed files with 22 additions and 23 deletions
|
@ -32,7 +32,6 @@ namespace NzbDrone.Core.Datastore
|
|||
void SetFields(TModel model, params Expression<Func<TModel, object>>[] properties);
|
||||
TModel Single();
|
||||
PagingSpec<TModel> GetPaged(PagingSpec<TModel> pagingSpec);
|
||||
void DeleteAll();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue