mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
cleaned up some tests.
This commit is contained in:
parent
1ccbb3c9d8
commit
35cb7e55c7
9 changed files with 116 additions and 218 deletions
|
@ -119,7 +119,8 @@ namespace NzbDrone.Core.Datastore
|
|||
|
||||
public void UpdateField<T>(T model, string fieldName) where T : ModelBase
|
||||
{
|
||||
_db.UpdateObjectBy(model, fieldName);
|
||||
_db.StoreObjectPartially(model, fieldName);
|
||||
|
||||
}
|
||||
|
||||
private IList<T> DoMany<T>(IEnumerable<T> objects, Func<T, T> function) where T : ModelBase
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue