mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 05:23:31 -07:00
fixed renamed OID to id in json response.
This commit is contained in:
parent
c904c6e085
commit
6c944758ed
8 changed files with 24 additions and 24 deletions
|
@ -11,7 +11,7 @@ namespace NzbDrone.Core.Datastore
|
|||
void Delete(int id);
|
||||
}
|
||||
|
||||
public class BasicRepository<TModel> : IBasicRepository<TModel> where TModel : BaseRepositoryModel, new()
|
||||
public class BasicRepository<TModel> : IBasicRepository<TModel> where TModel : ModelBase, new()
|
||||
{
|
||||
public BasicRepository(IObjectDatabase objectDatabase)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue