mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
some EloqueraDb cleanup
This commit is contained in:
parent
1671fd1776
commit
5930a15d3a
6 changed files with 18 additions and 32 deletions
|
@ -22,8 +22,7 @@ namespace NzbDrone.Core.RootFolders
|
|||
|
||||
public RootFolder Add(RootFolder rootFolder)
|
||||
{
|
||||
rootFolder.Id = EloqueraDb.InsertAndGetId(rootFolder);
|
||||
return rootFolder;
|
||||
return EloqueraDb.Insert(rootFolder);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue